浏览代码

HUE-8396 [assist] Unify the assist header font sizes

Johan Ahlen 7 年之前
父节点
当前提交
c57c332289

文件差异内容过多而无法显示
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue-embedded.css


文件差异内容过多而无法显示
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


文件差异内容过多而无法显示
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue3-extra.css


+ 1 - 6
desktop/core/src/desktop/static/desktop/less/hue-assist.less

@@ -375,7 +375,6 @@
 }
 
 .assist-breadcrumb-text {
-  font-size: 14px;
   line-height: 16px;
   vertical-align: top;
 }
@@ -385,11 +384,6 @@
   margin-right:8px;
 }
 
-.assist-document-breadcrumb,
-.assist-document-link {
-  font-size: 14px;
-}
-
 .assist-document-link .hi {
   font-size: 18px;
 }
@@ -561,6 +555,7 @@
   position: relative;
   .flex(0 0 25px);
   white-space: nowrap;
+  font-size: 15px;
 
   &.assist-divider {
     padding-top: 10px;

部分文件因为文件数量过多而无法显示