mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-29 10:24:20 +01:00
45 lines
1.5 KiB
SCSS
45 lines
1.5 KiB
SCSS
|
|
.bg-light { background-color: $brand-light; }
|
|
//.bg-red { background-color: $red; color: white; }
|
|
//.bg-red-dark { background-color: $red-dark; }
|
|
//.bg-yellow { background-color: $yellow !important; }
|
|
.bg-token { background-color: rgba(230, 208, 137, 0.49); }
|
|
.bg-machine { background-color: $beige; }
|
|
.bg-space { background-color: $cyan }
|
|
.bg-formation { background-color: $violet; }
|
|
.bg-event { background-color: $japonica; }
|
|
.bg-atelier { background-color: $blue; }
|
|
.bg-stage { background-color: $violet; }
|
|
.bg-success { background-color: $brand-success; }
|
|
.bg-info { background-color: $brand-info; }
|
|
|
|
.bg-black-light { background-color: #424242 !important; }
|
|
|
|
.bg-white {
|
|
background-color: #fff;
|
|
color: $text-color;
|
|
a {
|
|
color: $link-color;
|
|
&:hover{
|
|
color: darken($link-color, 10%);
|
|
}
|
|
}
|
|
.text-muted{color: $text-muted !important;}
|
|
}
|
|
.bg-white-only{background-color:#fff;}
|
|
.bg-empty{background-color: transparent;}
|
|
|
|
.text-black{ color: #000 !important; };
|
|
.text-black-light { color: #424242 !important; }
|
|
.text-gray { color: #5a5a5a !important; }
|
|
.text-white { color: #fff !important; }
|
|
//.text-yellow { color: $yellow !important; }
|
|
.text-blue { color: $blue; }
|
|
.text-muted { color: $text-muted; }
|
|
.text-danger, .red { color: $red !important; }
|
|
.text-purple { color: $violet !important; }
|
|
.text-japonica { color: $japonica !important; }
|
|
.text-beige { color: $beige !important; }
|
|
.text-cyan { color: $cyan !important; }
|
|
.text-green, .green { color: #79C84A !important; }
|