mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-17 13:03:50 +00:00
Added first bits of the dark theme styles
This commit is contained in:
committed by
Alejandro Celaya
parent
f35be007c1
commit
13c681dc39
@@ -2,15 +2,16 @@
|
||||
@import 'node_modules/bootstrap/scss/bootstrap.scss';
|
||||
@import './common/react-tagsinput.scss';
|
||||
|
||||
* {
|
||||
outline: none !important;
|
||||
}
|
||||
|
||||
html,
|
||||
body,
|
||||
#root {
|
||||
height: 100%;
|
||||
background: $lightColor;
|
||||
}
|
||||
|
||||
* {
|
||||
outline: none !important;
|
||||
background: var(--secondary-color);
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
||||
.bg-main {
|
||||
@@ -21,8 +22,10 @@ body,
|
||||
box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
|
||||
}
|
||||
|
||||
.card-header {
|
||||
background-color: white;
|
||||
.card,
|
||||
.card-header,
|
||||
.card-body {
|
||||
background-color: var(--primary-color);
|
||||
}
|
||||
|
||||
.card-footer {
|
||||
@@ -56,7 +59,7 @@ body,
|
||||
}
|
||||
|
||||
.table-hover tbody tr:hover {
|
||||
background-color: $lightColor;
|
||||
background-color: var(--secondary-color);
|
||||
}
|
||||
|
||||
.react-datepicker__input-container,
|
||||
|
||||
Reference in New Issue
Block a user