mirror of
https://github.com/tabler/tabler.git
synced 2026-08-01 16:04:37 +04:00
homepage widgets, icons, navbar menu fixes
This commit is contained in:
+14
-4
@@ -38,8 +38,8 @@ $lime: #7bd235 !default;
|
||||
$green: #5eba00 !default;
|
||||
$teal: #2bcbba !default;
|
||||
$cyan: #17a2b8 !default;
|
||||
$black: #000 !default;
|
||||
$white: #fff !default;
|
||||
$black: #000000 !default;
|
||||
$white: #ffffff !default;
|
||||
|
||||
$light: #f5f7fb !default;
|
||||
$dark: #354052 !default;
|
||||
@@ -50,12 +50,15 @@ $body-color: $dark !default;
|
||||
$text-muted: #8a91a5 !default;
|
||||
|
||||
$border-color: #dce3e9 !default;
|
||||
$border-color-alpha: rgba(138, 160, 180, .3) !default;
|
||||
|
||||
$hover-bg: rgba(138, 160, 180, 0.1) !default;
|
||||
|
||||
$social-colors: (
|
||||
"facebook": #3b5998,
|
||||
"twitter": #1da1f2,
|
||||
"google": #dc4e41,
|
||||
"youtube": #f00,
|
||||
"youtube": #ff0000,
|
||||
"vimeo": #1ab7ea,
|
||||
"dribbble": #ea4c89,
|
||||
"github": #181717,
|
||||
@@ -241,8 +244,15 @@ $close-font-size: 1.5rem !default;
|
||||
//dropdown
|
||||
$dropdown-item-padding-x: 1rem !default;
|
||||
$dropdown-font-size: $h5-font-size !default;
|
||||
$dropdown-divider-bg: $border-color !default;
|
||||
$dropdown-divider-bg: $border-color-alpha !default;
|
||||
$dropdown-padding-y: .5rem !default;
|
||||
$dropdown-link-hover-bg: $hover-bg !default;
|
||||
$dropdown-link-hover-color: inherit !default;
|
||||
|
||||
//navbar
|
||||
$navbar-bg: $white !default;
|
||||
$navbar-border-color: $border-color !default;
|
||||
$navbar-border-color: $border-color !default;
|
||||
|
||||
//nav
|
||||
$nav-link-padding-y: .25rem !default;
|
||||
|
||||
Reference in New Issue
Block a user