소스 검색

logotype typography update, font weight and size adjust

tags/0.9.0
Alej 4 년 전
부모
커밋
6c9293a725
1개의 변경된 파일7개의 추가작업 그리고 2개의 파일을 삭제
  1. 7
    2
      vue-theme/src/components/navigation/navigation.vue

+ 7
- 2
vue-theme/src/components/navigation/navigation.vue 파일 보기

80
         a
80
         a
81
             text-decoration: none
81
             text-decoration: none
82
             h1
82
             h1
83
-                font-size: $ms-0
83
+                /* font-size: $ms-1 */
84
+                font-weight: 400
84
                 color: $cia_red
85
                 color: $cia_red
85
             img
86
             img
86
                 width: $ms-3
87
                 width: $ms-3
87
                 height: $ms-3
88
                 height: $ms-3
88
                 padding: 0
89
                 padding: 0
89
     
90
     
90
-    .menu
91
+    .menu   
91
         display: none
92
         display: none
93
+        h1
94
+            font-size: $ms-1 
92
         > ul
95
         > ul
93
             padding: 0 $ms-1
96
             padding: 0 $ms-1
94
     
97
     
95
     .mobile-menu
98
     .mobile-menu
96
         img 
99
         img 
97
             margin: 0 $ms--5 0 $ms-0
100
             margin: 0 $ms--5 0 $ms-0
101
+        h1
102
+            font-size: $ms-2
98
         label
103
         label
99
             position: absolute
104
             position: absolute
100
             right: 0
105
             right: 0

Loading…
취소
저장