Commit 0e7b420d by ijin08

some changes i forgot to save in first push in variables.dark

parent 3ef4d20f
...@@ -64,6 +64,7 @@ $text-color-faint: $dark-5; ...@@ -64,6 +64,7 @@ $text-color-faint: $dark-5;
$text-color-emphasis: $gray-5; $text-color-emphasis: $gray-5;
$text-shadow-faint: 1px 1px 4px rgb(45, 45, 45); $text-shadow-faint: 1px 1px 4px rgb(45, 45, 45);
$textShadow: none;
// gradients // gradients
$brand-gradient: linear-gradient( $brand-gradient: linear-gradient(
...@@ -130,7 +131,6 @@ $empty-list-cta-bg: $gray-blue; ...@@ -130,7 +131,6 @@ $empty-list-cta-bg: $gray-blue;
// Scrollbars // Scrollbars
$scrollbarBackground: #404357; $scrollbarBackground: #404357;
$scrollbarBackground2: #3a3a3a; $scrollbarBackground2: #3a3a3a;
$scrollbarBorder: black; $scrollbarBorder: black;
// Tables // Tables
...@@ -144,7 +144,6 @@ $table-bg-hover: $dark-3; ...@@ -144,7 +144,6 @@ $table-bg-hover: $dark-3;
// Buttons // Buttons
// ------------------------- // -------------------------
$btn-primary-bg: #ff6600; $btn-primary-bg: #ff6600;
$btn-primary-bg-hl: #bc3e06; $btn-primary-bg-hl: #bc3e06;
...@@ -189,6 +188,9 @@ $input-label-bg: $gray-blue; ...@@ -189,6 +188,9 @@ $input-label-bg: $gray-blue;
$input-label-border-color: $dark-3; $input-label-border-color: $dark-3;
$input-color-select-arrow: $white; $input-color-select-arrow: $white;
// Input placeholder text color
$placeholderText: darken($text-color, 25%);
// Search // Search
$search-shadow: 0 0 30px 0 $black; $search-shadow: 0 0 30px 0 $black;
$search-filter-box-bg: $gray-blue; $search-filter-box-bg: $gray-blue;
...@@ -211,19 +213,12 @@ $dropdownLinkColorActive: $white; ...@@ -211,19 +213,12 @@ $dropdownLinkColorActive: $white;
$dropdownLinkBackgroundHover: $dark-4; $dropdownLinkBackgroundHover: $dark-4;
// COMPONENT VARIABLES
// --------------------------------------------------
// -------------------------
$placeholderText: darken($text-color, 25%);
// Horizontal forms & lists // Horizontal forms & lists
// ------------------------- // -------------------------
$horizontalComponentOffset: 180px; $horizontalComponentOffset: 180px;
// Wells // Navbar
// ------------------------- // -------------------------
$navbarHeight: 55px; $navbarHeight: 55px;
$navbarBackground: $panel-bg; $navbarBackground: $panel-bg;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment