Переглянути джерело

Added SVG star logo to nav bar and word-wrap break-word attribute

tags/0.9.0
Alej 5 роки тому
джерело
коміт
e4d31a48c0

+ 9
- 2
vue-theme/src/components/navigation/navigation.vue Переглянути файл

@@ -2,7 +2,8 @@
2 2
 <template lang="pug">
3 3
 nav.main
4 4
     router-link(to="/")
5
-        h1.t-serif.t-up x
5
+        h1.t-serif.t-up
6
+            img(src="/vue-theme/src/star.svg")
6 7
             span &nbsp;logotype
7 8
     
8 9
     label(for="toggle-mobile-menu" aria-label="Menu") &#9776;
@@ -48,6 +49,12 @@ nav.main
48 49
     position: sticky
49 50
     top: 0
50 51
     background-color: lightblue
52
+    word-wrap: break-word
53
+    z-index: 10000
54
+    img
55
+        width: 30px
56
+        height: 30px
57
+        padding: 0 0.5em
51 58
     a > h1
52 59
         margin: 0
53 60
     label
@@ -64,7 +71,7 @@ nav.main
64 71
                 position: fixed
65 72
     ul
66 73
         width: 100%
67
-        background-color: grey
74
+        background-color: rgba(0,255,255,0.5)
68 75
         display: none
69 76
         li
70 77
             h5

Завантаження…
Відмінити
Зберегти