소스 검색

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

(cherry picked from commit c57c332289b96d26cdd1988deeef9f83b2fc0e92)
Johan Ahlen 7 년 전
부모
커밋
5cfa1f7908

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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;

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.