浏览代码

style: feat noticeBar sass

richard1015 4 年之前
父节点
当前提交
ac5f5dae65
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      src/packages/styles/variables.scss

+ 7 - 0
src/packages/styles/variables.scss

@@ -279,5 +279,12 @@ $fixednav-btn-bg: linear-gradient(
   rgba(250, 63, 25, 1) 100%
   rgba(250, 63, 25, 1) 100%
 ) !default;
 ) !default;
 
 
+// NoticeBar
+$noticeBar-font-size: 14px !default;
+$noticeBar-height: 40px !default;
+$noticeBar-line-height: 24px !default;
+$noticeBar-left-icon-width: 16px !default;
+$noticeBar-right-icon-width: 16px !default;
+
 @import './mixins/index';
 @import './mixins/index';
 @import './animation/index';
 @import './animation/index';