0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-25 18:22:42 +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;
margin-right: 3px;
}
&:after {
content: '\f00d';
font-family: 'Font Awesome 5 Free';
font-size: 12px;
margin-left: 3px;
color: #dfdfdf;
}
&.type {
background-color: #0080003b;
color: #008000;
border-color: #008000;
color: #00d000;
border-color: #00a000;
&:before{
content: '\f0ad';
}
@@ -175,16 +182,16 @@
}
&.meta {
background-color: #0000803b;
color: #000080;
border-color: #000080;
color: #0000d0;
border-color: #0000a0;
&:before{
content: '\f05a';
}
}
&.system {
background-color: #8000003b;
color: #800000;
border-color: #800000;
color: #d00000;
border-color: #a00000;
&:before{
content: '\f518';
}