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