Work in progress on migration to Bootstrap 4 and CoreUI admin theme
This commit is contained in:
parent
366bd09f2a
commit
3425e2c16a
85 changed files with 2093 additions and 10564 deletions
9
client/static/scss/variables.scss
Normal file
9
client/static/scss/variables.scss
Normal file
|
@ -0,0 +1,9 @@
|
|||
$table-cell-padding: .5rem;
|
||||
$input-border-color: #adb5bd;
|
||||
|
||||
$breadcrumb-bg: #f6f7f8;
|
||||
|
||||
$navbar-dark-color: rgba(#fff, .75) !default;
|
||||
$navbar-dark-hover-color: #fff !default;
|
||||
|
||||
@import "../../node_modules/@coreui/coreui/scss/_variables.scss";
|
Loading…
Add table
Add a link
Reference in a new issue