0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-25 20:33:51 +00:00

Simplify tag styling

This commit is contained in:
G.Ambatte
2023-12-04 08:10:32 +13:00
parent 2c997458b2
commit efecfac68a

View File

@@ -60,15 +60,17 @@
display: inline-block;
font-weight: bold;
cursor : pointer;
&:before {
font-family: 'Font Awesome 5 Free';
font-size: 12px;
margin-right: 3px;
}
&.type {
background-color: #0080003b;
color: #008000;
border-color: #008000;
&:before{
content: '\f0ad';
font-family: 'Font Awesome 5 Free';
font-size: 12px;
margin-right: 3px;
}
}
&.group {
@@ -77,9 +79,6 @@
border-color: #000000;
&:before{
content: '\f500';
font-family: 'Font Awesome 5 Free';
font-size: 12px;
margin-right: 3px;
}
}
&.meta {
@@ -88,9 +87,6 @@
border-color: #000080;
&:before{
content: '\f05a';
font-family: 'Font Awesome 5 Free';
font-size: 12px;
margin-right: 3px;
}
}
&.system {
@@ -99,9 +95,6 @@
border-color: #800000;
&:before{
content: '\f518';
font-family: 'Font Awesome 5 Free';
font-size: 12px;
margin-right: 3px;
}
}
}