Selaa lähdekoodia

nav bar layout styling edit, serif logotype

tags/0.9.0
Alej 5 vuotta sitten
vanhempi
commit
0399a1b87e
1 muutettua tiedostoa jossa 8 lisäystä ja 2 poistoa
  1. 8
    2
      vue-theme/src/components/navigation/navigation.vue

+ 8
- 2
vue-theme/src/components/navigation/navigation.vue Näytä tiedosto

1
 // Replace with calls to menu system
1
 // Replace with calls to menu system
2
 <template lang="pug">
2
 <template lang="pug">
3
-nav.main.f-row.center
3
+nav.main.f-row.center.between
4
     ul.f-row.between
4
     ul.f-row.between
5
         li
5
         li
6
             router-link(to="/")
6
             router-link(to="/")
7
-                h1.t-up x
7
+                h1.t-serif.t-up x
8
                     span.t-up &nbsp;logotype
8
                     span.t-up &nbsp;logotype
9
         li.f-grow
9
         li.f-grow
10
             p &nbsp;
10
             p &nbsp;
48
     top: 0
48
     top: 0
49
     ul
49
     ul
50
         width: $max-width
50
         width: $max-width
51
+        li
52
+            p
53
+                color: $cia_black
54
+            h1
55
+                font-size: 1.5em
56
+                color: $cia_red
51
 </style>
57
 </style>

Loading…
Peruuta
Tallenna