Преглед изворни кода

:art: adjusting menu pad

tags/0.9.0
J пре 4 година
родитељ
комит
17b875abf9
1 измењених фајлова са 4 додато и 4 уклоњено
  1. 4
    4
      vue-theme/src/components/navigation/navigation.vue

+ 4
- 4
vue-theme/src/components/navigation/navigation.vue Прегледај датотеку

89
     .menu, .mobile-menu
89
     .menu, .mobile-menu
90
         /* padding: $ms-0 0 */
90
         /* padding: $ms-0 0 */
91
         a
91
         a
92
-            /* text-decoration: none leave on for testing*/
93
             color: $cia_black
92
             color: $cia_black
94
             &:hover
93
             &:hover
95
                 color: $cia_darker
94
                 color: $cia_darker
111
             font-size: $ms--1
110
             font-size: $ms--1
112
             font-weight: 400
111
             font-weight: 400
113
             margin: 0
112
             margin: 0
114
-
115
         > ul
113
         > ul
116
-            padding: 0 $ms-1
114
+            > li:nth-child(n+1)
115
+                padding: $ms-0
117
     
116
     
118
     .mobile-menu
117
     .mobile-menu
118
+        a
119
+            text-decoration: none
119
         /* cia logotype adjust for smaller screens */
120
         /* cia logotype adjust for smaller screens */
120
         img 
121
         img 
121
             margin: $ms--7 $ms--6 0 $ms-0
122
             margin: $ms--7 $ms--6 0 $ms-0
144
             /* background-color: $primary-dark */
145
             /* background-color: $primary-dark */
145
             background-color: $cia_grey
146
             background-color: $cia_grey
146
             display: none
147
             display: none
147
-            padding: $ms--1 $ms-4 0 $ms--3
148
             margin: 1px 0 0 0
148
             margin: 1px 0 0 0
149
             box-shadow: lightgrey $ms--7 $ms--7 $ms--7
149
             box-shadow: lightgrey $ms--7 $ms--7 $ms--7
150
             li  
150
             li  

Loading…
Откажи
Сачувај