mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-05-31 17:46:17 +00:00
Added first bits of the dark theme styles
This commit is contained in:
committed by
Alejandro Celaya
parent
f35be007c1
commit
13c681dc39
@@ -7,7 +7,7 @@
|
||||
.dropdown-btn__toggle.dropdown-btn__toggle:not(:disabled):not(.disabled):hover,
|
||||
.show > .dropdown-btn__toggle.dropdown-btn__toggle.dropdown-toggle {
|
||||
color: #6c757d;
|
||||
background-color: white;
|
||||
background-color: var(--primary-color);
|
||||
text-align: left;
|
||||
border-color: rgba(0, 0, 0, .125);
|
||||
}
|
||||
|
||||
@@ -16,6 +16,14 @@ $lightGrey: #dddddd;
|
||||
$dangerColor: #dc3545;
|
||||
$mediumGrey: #dee2e6;
|
||||
|
||||
// Themes
|
||||
$lightPrimaryColor: #ffffff;
|
||||
$lightSecondaryColor: $lightColor;
|
||||
$lightTextColor: #212529;
|
||||
$darkPrimaryColor: #161b22;
|
||||
$darkSecondaryColor: #0d1117;
|
||||
$darkTextColor: #ffffff;
|
||||
|
||||
// Misc
|
||||
$headerHeight: 57px;
|
||||
$asideMenuWidth: 260px;
|
||||
@@ -23,6 +31,6 @@ $footer-height: 2.3rem;
|
||||
$footer-margin: .8rem;
|
||||
|
||||
// Bootstrap overwrites
|
||||
//$theme-colors: (
|
||||
// 'primary': $mainColor
|
||||
//);
|
||||
$theme-colors: (
|
||||
'primary': $mainColor
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user