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

Styling tweak

This commit is contained in:
G.Ambatte
2023-12-05 12:41:27 +13:00
parent 34be05ac51
commit 2f13b89510

View File

@@ -152,6 +152,7 @@
border-radius : 3px;
padding : 3px;
cursor : pointer;
color: #dfdfdf;
&:before {
font-family: 'Font Awesome 5 Free';
font-size: 12px;
@@ -162,35 +163,30 @@
font-family: 'Font Awesome 5 Free';
font-size: 12px;
margin-left: 3px;
color: #dfdfdf;
}
&.type {
background-color: #0080003b;
color: #00d000;
background-color: #008000;
border-color: #00a000;
&:before{
content: '\f0ad';
}
}
&.group {
background-color: #5050503b;
color: #000000;
background-color: #505050;
border-color: #000000;
&:before{
content: '\f500';
}
}
&.meta {
background-color: #0000803b;
color: #0000d0;
background-color: #000080;
border-color: #0000a0;
&:before{
content: '\f05a';
}
}
&.system {
background-color: #8000003b;
color: #d00000;
background-color: #800000;
border-color: #a00000;
&:before{
content: '\f518';