mirror of
https://gitlab.com/omair-personal/exchange.git
synced 2026-08-19 04:24:08 +00:00
007d426f63
update the countdown function
23 lines
382 B
SCSS
23 lines
382 B
SCSS
// // Body
|
|
$body-bg: #f7f9fb;
|
|
|
|
// Cards
|
|
$card-spacer-x: 0.9375rem;
|
|
$card-spacer-y: 0.625rem;
|
|
$card-cap-bg: #fbfbfb;
|
|
$card-border-color: #e8eced;
|
|
|
|
// Borders
|
|
$border-radius: .125rem;
|
|
$border-radius-lg: .2rem;
|
|
$border-radius-sm: .15rem;
|
|
|
|
// Nav Pills
|
|
$nav-pills-border-radius: 0;
|
|
|
|
|
|
$primary-color: #FD7014;
|
|
$secondary-color: #393E46;
|
|
$background-color: #222831;
|
|
$text-color: #EEEEEE;
|