Преглед на файлове

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

tags/0.9.0
Alej преди 5 години
родител
ревизия
e4d31a48c0
променени са 1 файла, в които са добавени 9 реда и са изтрити 2 реда
  1. 9
    2
      vue-theme/src/components/navigation/navigation.vue

+ 9
- 2
vue-theme/src/components/navigation/navigation.vue Целия файл

2
 <template lang="pug">
2
 <template lang="pug">
3
 nav.main
3
 nav.main
4
     router-link(to="/")
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
             span &nbsp;logotype
7
             span &nbsp;logotype
7
     
8
     
8
     label(for="toggle-mobile-menu" aria-label="Menu") &#9776;
9
     label(for="toggle-mobile-menu" aria-label="Menu") &#9776;
48
     position: sticky
49
     position: sticky
49
     top: 0
50
     top: 0
50
     background-color: lightblue
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
     a > h1
58
     a > h1
52
         margin: 0
59
         margin: 0
53
     label
60
     label
64
                 position: fixed
71
                 position: fixed
65
     ul
72
     ul
66
         width: 100%
73
         width: 100%
67
-        background-color: grey
74
+        background-color: rgba(0,255,255,0.5)
68
         display: none
75
         display: none
69
         li
76
         li
70
             h5
77
             h5

Loading…
Отказ
Запис