mirror of
https://github.com/seriousm4x/UpSnap.git
synced 2026-03-31 06:24:09 -04:00
30 lines
679 B
SCSS
30 lines
679 B
SCSS
// colors
|
|
$light: #f6f6fb;
|
|
$light-darker: #e2e4eb;
|
|
$success: #06d6a0;
|
|
$danger: #ef476f;
|
|
$danger-dark-transparent: #ef476f1f;
|
|
$warning: #ffd166;
|
|
$info: #1177b2;
|
|
$info-dark-transparent: #1177b21f;
|
|
$dark: #131316;
|
|
$dark-lighter: #25252b;
|
|
|
|
// bootstrap
|
|
$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.7rem;
|
|
$dropdown-border-radius: 1em;
|
|
$dropdown-border-width: 0px;
|
|
$dropdown-min-width: 8rem;
|
|
$toast-border-radius: 0.7rem;
|
|
$toast-box-shadow: none;
|
|
$toast-border-width: 0px;
|
|
|
|
// font awesome
|
|
$fa-font-path: 'webfonts';
|