mirror of
https://github.com/romancm/gamebrary
synced 2025-02-17 19:48:24 +00:00
tweak default bootstrap colors
This commit is contained in:
parent
24e9311296
commit
8c86d2da0a
1 changed files with 11 additions and 30 deletions
|
@ -1,30 +1,11 @@
|
|||
.theme-default {
|
||||
--border-radius: 4px;
|
||||
--body-background: #a5a2a2;
|
||||
--danger-background: #fa023c;
|
||||
--danger-text-color: #fff;
|
||||
--game-card-background: #ffffff;
|
||||
--game-card-text-color: #333333;
|
||||
--placeholder-background: #e5e5e5;
|
||||
--placeholder-accent: #ffffff;
|
||||
--header-text-color: #222222;
|
||||
--accent-color: #1dbc60;
|
||||
--list-background: #e5e5e5;
|
||||
--list-header-background: #555555;
|
||||
--list-header-text-color: #ffffff;
|
||||
--modal-background: #414548;
|
||||
--modal-text-color: #fff;
|
||||
--note-color: #ffae42;
|
||||
--progress-primary-color: #1dbc60;
|
||||
--progress-secondary-color: #a5a2a2;
|
||||
--progress-text-color: #333333;
|
||||
--primary-background: #{darken(#555, 10%)};
|
||||
--primary-text-color: #ffffff;
|
||||
--rating-star-color: #ffae42;
|
||||
--secondary-background: #e5e5e5;
|
||||
--secondary-text-color: #222222;
|
||||
--success-background: #1dbc60;
|
||||
--success-text-color: #ffffff;
|
||||
--warning-background: #ffae42;
|
||||
--warning-text-color: #734100;
|
||||
}
|
||||
$modal-header-padding: .5rem .5rem .5rem 1rem;
|
||||
$btn-padding-y: 5px;
|
||||
$btn-padding-x: 8px;
|
||||
$body-bg: #f2f1ef;
|
||||
$body-color: #2e3131;
|
||||
$primary: #2F8AB7;
|
||||
$secondary: #EBEAEB;
|
||||
$success: #3fc380;
|
||||
$info: #674172;
|
||||
$warning: #fabe58;
|
||||
$danger: #db0a5b;
|
||||
|
|
Loading…
Add table
Reference in a new issue