0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-27 15:52:39 +00:00

Add icons before special tags

This commit is contained in:
G.Ambatte
2023-12-03 18:40:20 +13:00
parent 9e12ab71f8
commit ab8716d071

View File

@@ -64,21 +64,45 @@
background-color: #0080003b;
color: #008000;
border-color: #008000;
&:before{
content: '\f0ad';
font-family: 'Font Awesome 5 Free';
font-size: 12px;
margin-right: 3px;
}
}
&.group {
background-color: #5050503b;
color: #000000;
border-color: #000000;
&:before{
content: '\f500';
font-family: 'Font Awesome 5 Free';
font-size: 12px;
margin-right: 3px;
}
}
&.meta {
background-color: #0000803b;
color: #000080;
border-color: #000080;
&:before{
content: '\f05a';
font-family: 'Font Awesome 5 Free';
font-size: 12px;
margin-right: 3px;
}
}
&.system {
background-color: #8000003b;
color: #800000;
border-color: #800000;
&:before{
content: '\f518';
font-family: 'Font Awesome 5 Free';
font-size: 12px;
margin-right: 3px;
}
}
}
&:hover{