Files
exchange/resources/assets/sass/_variables.scss
T
Mohd Arief 007d426f63 booking page done until upload
update the countdown function
2018-06-11 14:16:16 +08:00

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;