UnisKB/ui/src/styles/variables.scss

12 lines
402 B
SCSS
Raw Normal View History

2023-09-15 09:40:35 +00:00
:root{
--app-base-text-color:rgba(31, 35, 41, 1);
--app-base-text-font-size:14px;
--app-base-text-hover-color:rgba(51, 112, 255, 1);
--app-base-text-hover-bg-color:rgba(51, 112, 255, 0.1);
--app-base-action-text-color:var(--app-base-text-hover-color );
2023-10-12 08:36:16 +00:00
/** header 组件 */
--app-header-height: 56px;
--app-header-padding: 0 20px;
--app-header-bg-color: #252b3c;
2023-09-15 09:40:35 +00:00
}