mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-18 12:34:25 +08:00
20 lines
710 B
SCSS
20 lines
710 B
SCSS
$body-background-color: #1a2033;
|
|
|
|
$amazing-font-size: 20px;
|
|
$huge-font-size: 18px;
|
|
$large-font-size: 16px;
|
|
$regular-font-size: 14px;
|
|
$small-font-size: 12px;
|
|
$normal-font-size: $regular-font-size;
|
|
$meta-font-size: $small-font-size;
|
|
|
|
$primary-text-color: rgba(255, 255, 255, .8);
|
|
$regular-text-color: rgba(255, 255, 255, .6);
|
|
$secondary-text-color: rgba(255, 255, 255, .4);
|
|
|
|
$table-header-background-color: rgb(43,49,71);
|
|
$table-body-background-color: #1f263e;
|
|
$table-box-shadow: 0 3px 20px 6px rgba(0, 0, 0, .2);
|
|
|
|
$default-button-gradient: linear-gradient(14deg, rgba(120,205,104,1) 0%, rgba(20,166,165,1) 100%);
|
|
$default-header-gradient: linear-gradient(14deg, rgba(120,205,104,1) 0%, rgba(20,166,165,1) 100%); |