18 lines
480 B
SCSS
18 lines
480 B
SCSS
//## For each of Bootstrap's buttons, define text, background and border color.
|
|
|
|
$body-text-color: #575962;
|
|
$white-color: #ffffff;
|
|
$black-color: #333333;
|
|
$transparent-bg : transparent;
|
|
$default-color : #607D8B;
|
|
$primary-color : #1D62F0;
|
|
$info-color : #23CCEF;
|
|
$success-color : #59d05d;
|
|
$warning-color : #fbad4c;
|
|
$danger-color : #ff646d;
|
|
|
|
$font-weight-light : lighter;
|
|
$font-weight-normal : 400;
|
|
$font-weight-mediumbold : 500;
|
|
$font-weight-bold : 600;
|
|
$font-weight-extrabold : 800; |