mirror of
https://github.com/mudler/luet.git
synced 2025-04-27 19:25:15 +00:00
63 lines
1.0 KiB
SCSS
63 lines
1.0 KiB
SCSS
/*
|
|
|
|
Add styles or override variables from the theme here.
|
|
|
|
*/
|
|
|
|
$enable-gradients: true;
|
|
$enable-rounded: false;
|
|
$enable-shadows: true;
|
|
$google_font_name: "Alata";
|
|
$google_font_family: "Alata:300,300i,400,400i,700,700i";
|
|
|
|
|
|
.td-box--primary .td-arrow-down::before, .td-box--1 .td-arrow-down::before{
|
|
border-color: #2F3061 transparent transparent transparent !important;
|
|
|
|
}
|
|
.td-box--primary {
|
|
background-color: #2F3061 !important;
|
|
}
|
|
|
|
.td-box--1 { background-color: #2F3061 !important; }
|
|
.td-box--2 { background-color: #201A23 !important; }
|
|
|
|
|
|
.td-box--dark {
|
|
background-color: #343434 !important;
|
|
|
|
}
|
|
|
|
.td-box--3 {
|
|
color: #fff !important;
|
|
background-color: #5F5980 !important;
|
|
|
|
}
|
|
|
|
.td-navbar {
|
|
background: #5F5980 !important;
|
|
}
|
|
|
|
.navbar-bg-onscroll {
|
|
background: #5F5980 !important;
|
|
|
|
}
|
|
.td-box--4 {
|
|
background-color: #DFDFDF !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-primary {
|
|
background: #5F5980 !important;
|
|
border-color: #5F5980 !important;
|
|
|
|
}
|
|
|
|
.btn-secondary {
|
|
background: #657DC2 !important;
|
|
border-color: #657DC2 !important;
|
|
|
|
}
|