You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
260 B
8 lines
260 B
$primary-color: #1989FA;
|
|
$success-color: #14A656;
|
|
$danger-color: #DF1515;
|
|
$warn-color: #EE8223;
|
|
$info-color: #909399;
|
|
//$gradient-color: linear-gradient(185deg, rgb(175 216 255) -90%, #fff 24%);
|
|
$gradient-color: #fff;
|
|
$main-container-height: calc(100vh - 17vh)
|