mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-07 22:52:39 +00:00
Styling tweak
This commit is contained in:
@@ -152,6 +152,7 @@
|
|||||||
border-radius : 3px;
|
border-radius : 3px;
|
||||||
padding : 3px;
|
padding : 3px;
|
||||||
cursor : pointer;
|
cursor : pointer;
|
||||||
|
color: #dfdfdf;
|
||||||
&:before {
|
&:before {
|
||||||
font-family: 'Font Awesome 5 Free';
|
font-family: 'Font Awesome 5 Free';
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
@@ -162,35 +163,30 @@
|
|||||||
font-family: 'Font Awesome 5 Free';
|
font-family: 'Font Awesome 5 Free';
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
margin-left: 3px;
|
margin-left: 3px;
|
||||||
color: #dfdfdf;
|
|
||||||
}
|
}
|
||||||
&.type {
|
&.type {
|
||||||
background-color: #0080003b;
|
background-color: #008000;
|
||||||
color: #00d000;
|
|
||||||
border-color: #00a000;
|
border-color: #00a000;
|
||||||
&:before{
|
&:before{
|
||||||
content: '\f0ad';
|
content: '\f0ad';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.group {
|
&.group {
|
||||||
background-color: #5050503b;
|
background-color: #505050;
|
||||||
color: #000000;
|
|
||||||
border-color: #000000;
|
border-color: #000000;
|
||||||
&:before{
|
&:before{
|
||||||
content: '\f500';
|
content: '\f500';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.meta {
|
&.meta {
|
||||||
background-color: #0000803b;
|
background-color: #000080;
|
||||||
color: #0000d0;
|
|
||||||
border-color: #0000a0;
|
border-color: #0000a0;
|
||||||
&:before{
|
&:before{
|
||||||
content: '\f05a';
|
content: '\f05a';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.system {
|
&.system {
|
||||||
background-color: #8000003b;
|
background-color: #800000;
|
||||||
color: #d00000;
|
|
||||||
border-color: #a00000;
|
border-color: #a00000;
|
||||||
&:before{
|
&:before{
|
||||||
content: '\f518';
|
content: '\f518';
|
||||||
|
|||||||
Reference in New Issue
Block a user