0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-02 10:42:44 +00:00

Add X icon to tag window

This commit is contained in:
G.Ambatte
2023-12-05 10:00:25 +13:00
parent d262f586fc
commit 34be05ac51

View File

@@ -157,10 +157,17 @@
font-size: 12px; font-size: 12px;
margin-right: 3px; margin-right: 3px;
} }
&:after {
content: '\f00d';
font-family: 'Font Awesome 5 Free';
font-size: 12px;
margin-left: 3px;
color: #dfdfdf;
}
&.type { &.type {
background-color: #0080003b; background-color: #0080003b;
color: #008000; color: #00d000;
border-color: #008000; border-color: #00a000;
&:before{ &:before{
content: '\f0ad'; content: '\f0ad';
} }
@@ -175,16 +182,16 @@
} }
&.meta { &.meta {
background-color: #0000803b; background-color: #0000803b;
color: #000080; color: #0000d0;
border-color: #000080; border-color: #0000a0;
&:before{ &:before{
content: '\f05a'; content: '\f05a';
} }
} }
&.system { &.system {
background-color: #8000003b; background-color: #8000003b;
color: #800000; color: #d00000;
border-color: #800000; border-color: #a00000;
&:before{ &:before{
content: '\f518'; content: '\f518';
} }