mirror of
https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
synced 2024-11-10 05:34:44 +00:00
tags
This commit is contained in:
parent
55f0f5d645
commit
9bbb2e48f7
@ -12,9 +12,9 @@
|
|||||||
|
|
||||||
|
|
||||||
<!-- Main Stylesheets & Scripts -->
|
<!-- Main Stylesheets & Scripts -->
|
||||||
<link rel="stylesheet" href="static/ReviewCard.css" />
|
<link rel="stylesheet" href="/static/ReviewCard.css" />
|
||||||
<link rel="stylesheet" href="static/reset.css" />
|
<link rel="stylesheet" href="/static/reset.css" />
|
||||||
<script src="assets/scripts/main.js" type="module"></script>
|
<script src="/source/assets/scripts/main.js" type="module"></script>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
@ -47,7 +47,28 @@
|
|||||||
row-gap: 10px;
|
row-gap: 10px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
.tag {
|
||||||
|
background-color: grey;
|
||||||
|
border-radius: 7px;
|
||||||
|
color: white;
|
||||||
|
padding-right: 7px;
|
||||||
|
padding-left: 7px;
|
||||||
|
margin: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tag::before {
|
||||||
|
display: inline-block;
|
||||||
|
content: 'x';
|
||||||
|
height: 15px;
|
||||||
|
width: 15px;
|
||||||
|
margin-right: 4px;
|
||||||
|
text-align: center;
|
||||||
|
color: white;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
.tag:hover::before{
|
||||||
|
color: red;
|
||||||
|
}
|
||||||
.danger {
|
.danger {
|
||||||
background-color: rgb(254, 171, 171);
|
background-color: rgb(254, 171, 171);
|
||||||
border-color: red;
|
border-color: red;
|
||||||
|
Loading…
Reference in New Issue
Block a user