mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-10 18:58: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 {
|
span.tag {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
padding: 4px 6px 4px 6px;
|
padding: 0 6px 0 6px;
|
||||||
|
height: 24px;
|
||||||
font-size: .8rem;
|
font-size: .8rem;
|
||||||
color: var(--txt-on-bg-c-2);
|
color: var(--txt-on-bg-c-2);
|
||||||
background: var(--btn-bg);
|
background: var(--btn-bg);
|
||||||
|
|
@ -12,10 +13,14 @@ span.tag {
|
||||||
i {
|
i {
|
||||||
color: var(--txt-on-bg-c-2);
|
color: var(--txt-on-bg-c-2);
|
||||||
margin-right: .5rem;
|
margin-right: .5rem;
|
||||||
font-size: .8em;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tag-list {
|
||||||
|
display: flex;
|
||||||
|
gap: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
.infoIcon {
|
.infoIcon {
|
||||||
width: 1rem;
|
width: 1rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user