mirror of
https://github.com/tabler/tabler.git
synced 2026-08-01 16:04:37 +04:00
top navbar fixes
This commit is contained in:
@@ -11,11 +11,11 @@ $icon-fonts: (
|
||||
|
||||
// COLORS
|
||||
$full-black: rgba(0, 0, 0, 1) !default;
|
||||
$light-black: rgba(0, 0, 0, .35) !default;
|
||||
$min-black: rgba(135, 150, 165, .1) !default;
|
||||
$full-white: rgba(255, 255, 255, 1) !default;
|
||||
$light-white: rgba(255, 255, 255, .35) !default;
|
||||
$min-white: rgba(255, 255, 255, .1) !default;
|
||||
$light-black: rgba(0, 0, 0, .4) !default;
|
||||
$light-white: rgba(255, 255, 255, .4) !default;
|
||||
$min-black: rgba(135, 150, 165, .064) !default;
|
||||
$min-white: rgba(255, 255, 255, .064) !default;
|
||||
|
||||
$gray-100: #f8f9fa !default;
|
||||
$gray-200: #e9ecef !default;
|
||||
|
||||
Reference in New Issue
Block a user