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

adjust styling - set colour to cia theme, added comments for reference

tags/0.9.0
Alej 4 роки тому
джерело
коміт
d90f92346b
1 змінених файлів з 4 додано та 2 видалено
  1. 4
    2
      vue-theme/src/components/sidebars/sidebar.vue

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

11
         
11
         
12
         //- type specific sidebar
12
         //- type specific sidebar
13
         .shadow(v-else)
13
         .shadow(v-else)
14
-            p {{ type }} sidebar
14
+            h5.t-up.t-b {{ type }} sidebar more
15
 
15
 
16
         //- p2p types and related posts
16
         //- p2p types and related posts
17
         .shadow(v-if="layout === 'single' && Object.keys(related).length" v-for="p2pPostType in Object.keys(related)")
17
         .shadow(v-if="layout === 'single' && Object.keys(related).length" v-for="p2pPostType in Object.keys(related)")
98
 aside.sidebar
98
 aside.sidebar
99
     position: sticky
99
     position: sticky
100
     top: 65px
100
     top: 65px
101
-    background-color: salmon
101
+    /* background-color: salmon */
102
+    background-color: white
102
     /* margin: 0 0 0 $ms-0 */
103
     /* margin: 0 0 0 $ms-0 */
103
     width: 100%
104
     width: 100%
104
     > section
105
     > section
110
     ul
111
     ul
111
         list-style: none      
112
         list-style: none      
112
 
113
 
114
+/* width larger than $medium  */
113
 @media (min-width: $medium)
115
 @media (min-width: $medium)
114
     aside.sidebar
116
     aside.sidebar
115
         min-width: 25%
117
         min-width: 25%

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