mirror of
https://github.com/seriousm4x/UpSnap.git
synced 2026-08-11 04:17:02 -04:00
22 lines
453 B
SCSS
22 lines
453 B
SCSS
// colors
|
|
$light: #ecedf3;
|
|
$success: #06d6a0;
|
|
$danger: #ef476f;
|
|
$warning: #ffd166;
|
|
$info: #118ab2;
|
|
|
|
// bootstrap
|
|
$body-bg: $light;
|
|
$list-group-border-width: 0px;
|
|
$list-group-item-padding-x: 0px;
|
|
$list-group-item-padding-y: 0px;
|
|
$list-group-bg: transparent;
|
|
$modal-content-border-radius: 2em;
|
|
$modal-inner-padding: 1.5rem;
|
|
$btn-border-radius: 0.5rem;
|
|
$dropdown-border-radius: 1em;
|
|
$dropdown-border-width: 0px;
|
|
|
|
// font awesome
|
|
$fa-font-path: "webfonts";
|