0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-07 09:52:41 +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; display: inline-block;
font-weight: bold; font-weight: bold;
cursor : pointer; cursor : pointer;
&:before {
font-family: 'Font Awesome 5 Free';
font-size: 12px;
margin-right: 3px;
}
&.type { &.type {
background-color: #0080003b; background-color: #0080003b;
color: #008000; color: #008000;
border-color: #008000; border-color: #008000;
&:before{ &:before{
content: '\f0ad'; content: '\f0ad';
font-family: 'Font Awesome 5 Free';
font-size: 12px;
margin-right: 3px;
} }
} }
&.group { &.group {
@@ -77,9 +79,6 @@
border-color: #000000; border-color: #000000;
&:before{ &:before{
content: '\f500'; content: '\f500';
font-family: 'Font Awesome 5 Free';
font-size: 12px;
margin-right: 3px;
} }
} }
&.meta { &.meta {
@@ -88,9 +87,6 @@
border-color: #000080; border-color: #000080;
&:before{ &:before{
content: '\f05a'; content: '\f05a';
font-family: 'Font Awesome 5 Free';
font-size: 12px;
margin-right: 3px;
} }
} }
&.system { &.system {
@@ -99,9 +95,6 @@
border-color: #800000; border-color: #800000;
&:before{ &:before{
content: '\f518'; content: '\f518';
font-family: 'Font Awesome 5 Free';
font-size: 12px;
margin-right: 3px;
} }
} }
} }