This commit is contained in:
Kenneth Jannette
2024-01-31 14:04:30 -06:00
parent 2e8dc6577b
commit fd2241e417

View File

@@ -13,6 +13,8 @@
.case-tag-container {
display: flex;
flex-direction: row;
flex-wrap: wrap;
border: 1px solid red;
height: 300px;
padding-top: 8px;
@@ -30,7 +32,7 @@
.tag-box {
background-color: rgba(224, 224, 224, 0.421);
display: flex;
flex-direction: row;
border-radius: 8px;
margin: 6px 4px;
padding: 6px;
@@ -41,9 +43,12 @@
}
.tag-ex {
cursor: pointer;
margin-top: -7px;
font-weight: 500;
font-size: 0.88rem;
height: 20px;
background-color: blue;
}
.casetag-name {