mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-04-05 19:42:07 +08:00
11 lines
209 B
SCSS
11 lines
209 B
SCSS
/**
|
|
* 明暗主题变量
|
|
*
|
|
* 全局自定义组件使用变量
|
|
*/
|
|
|
|
$iconSpace: 5px;
|
|
$width: 140px;
|
|
$hoverLightBackgroundColor: rgba(45, 140, 240, 0.1);
|
|
$hoverDarkBackgroundColor: rgba(45, 140, 240, 0.15);
|