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.
7 lines
235 B
7 lines
235 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%);
|
|
$main-container-height: calc(100vh - 14vh)
|