mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-10 02:48:40 +00:00
fix tag-lists
This commit is contained in:
parent
4066ad25b0
commit
52ff744bd0
File diff suppressed because one or more lines are too long
9
tag.scss
9
tag.scss
|
|
@ -1,7 +1,8 @@
|
|||
span.tag {
|
||||
cursor: pointer;
|
||||
border-radius: 4px;
|
||||
padding: 4px 6px 4px 6px;
|
||||
padding: 0 6px 0 6px;
|
||||
height: 24px;
|
||||
font-size: .8rem;
|
||||
color: var(--txt-on-bg-c-2);
|
||||
background: var(--btn-bg);
|
||||
|
|
@ -12,10 +13,14 @@ span.tag {
|
|||
i {
|
||||
color: var(--txt-on-bg-c-2);
|
||||
margin-right: .5rem;
|
||||
font-size: .8em;
|
||||
}
|
||||
}
|
||||
|
||||
.tag-list {
|
||||
display: flex;
|
||||
gap: 5px;
|
||||
}
|
||||
|
||||
.infoIcon {
|
||||
width: 1rem;
|
||||
text-align: center;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user