Files
portal/src/assets/styles/variable.scss
yiqiuyang e5569b37a1 1
2025-10-16 15:48:14 +08:00

15 lines
197 B
SCSS

//项目提供scss全局变量
$bg_color: #081314;
$white: #ffffff;
$black: #000000;
$nav_font_size: 18px;
$border: 2px solid red;
$border_radius: 8px;
// header nav
$header_nav_height: 80px;