fix: add variables

pull/108/head
nevfy 2024-02-04 23:25:23 +04:00
parent 2c556abba0
commit 4f786bf803
3 changed files with 8 additions and 4 deletions

View File

@ -81,7 +81,7 @@
.sp-supported-by-card { .sp-supported-by-card {
background: #FFFFFF; background: #FFFFFF;
box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25); box-shadow: $shadow;
border-radius: 10px; border-radius: 10px;
border: none; border: none;
margin-top: 1rem; margin-top: 1rem;

View File

@ -6,7 +6,11 @@ Add styles or override variables from the theme here.
$primary: #7EB07F; $primary: #7EB07F;
$secondary: #F2C94C; $secondary: #F2C94C;
$gray: #616161;
$dark: #30312C; $dark: #30312C;
$bg-color: whitesmoke;
$shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
$td-enable-google-fonts: false; $td-enable-google-fonts: false;
$google_font_name: "Montserrat"; $google_font_name: "Montserrat";

View File

@ -9,7 +9,7 @@
font-weight: 600; font-weight: 600;
} }
.nav-link:hover, .nav-link.active{ .nav-link:hover, .nav-link.active{
background-color: #616161; background-color: $gray;
border-radius: 5px; border-radius: 5px;
} }
.td-navbar-nav-scroll { .td-navbar-nav-scroll {
@ -30,7 +30,7 @@
.td-sidebar-nav .td-sidebar-link__page, .td-sidebar-nav .td-sidebar-link__page,
ul.ul-2>.td-sidebar-nav__section-title a { ul.ul-2>.td-sidebar-nav__section-title a {
color: #616161 !important; color: $gray !important;
font-weight: 400; font-weight: 400;
} }
@ -82,7 +82,7 @@ ul.ul-2>.td-sidebar-nav__section-title a:hover {
right: 0; right: 0;
left: unset; left: unset;
padding: 0px; padding: 0px;
box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25); box-shadow: $shadow;
} }
.dropdown-item { .dropdown-item {