1
+ @import "_settings"
2
+ $mobile-bar-height = 40px
3
+ $vs-banner-height-desktop = 80px
4
+ $vs-banner-height-mobile = 50px
5
+ $menu-height = 63px
6
+
7
+ body .has-vs-banner
8
+
9
+ #v3-banner
10
+ margin-top : $vs-banner-height-mobile
11
+ @media (min-width : 680px )
12
+ margin-top : $vs-banner-height-desktop
13
+ @media (min-width : 900px )
14
+ margin-top : 0
15
+
16
+ #mobile-bar
17
+ top : $vs-banner-height-mobile
18
+ @media (min-width : 680px )
19
+ top : $vs-banner-height-desktop
20
+
21
+ .sidebar
22
+ top : $vs-banner-height-mobile + $mobile-bar-height
23
+ @media (min-width : 680px )
24
+ top : $vs-banner-height-desktop + $mobile-bar-height
25
+ @media (min-width : 900px )
26
+ top : $vs-banner-height-desktop + $menu-height
27
+
28
+ .content
29
+ padding-top : 85px
30
+ @media (min-width : 680px )
31
+ padding-top : 125px
32
+ @media (min-width : 900px )
33
+ padding-top : 35px
34
+
35
+ & .docs
36
+ @media (min-width : 900px )
37
+ padding-top : 144px
38
+
39
+ #vs
40
+ position : fixed
41
+
42
+ #header
43
+ top : $vs-banner-height-mobile
44
+ @media (min-width : 680px )
45
+ top : $vs-banner-height-desktop
46
+
47
+ #sidebar-sponsors-platinum-right
48
+ @media (min-width : 900px )
49
+ top : 160px
50
+
51
+ #vs
52
+ font-family "Roboto" , sans-serif
53
+ z-index : 8
54
+ box-sizing : border-box
55
+ color : #f f f
56
+ background-size : cover
57
+ background-color : #1E 20 4D
58
+ background-repeat : no-repeat
59
+ background-position : top right
60
+ background-image : url (../images /banners /vueschool-banner-bg-mobile .svg )
61
+ display : flex
62
+ justify-content : center
63
+ align-items : center
64
+ position : fixed
65
+ left : 0
66
+ right : 0
67
+ padding : 0 10px
68
+ min-height : $vs-banner-height-mobile
69
+ top : 0
70
+ @media (min-width : 680px )
71
+ min-height : $vs-banner-height-desktop
72
+ background-image : url (../images /banners /vueschool-banner-bg-tablet .svg )
73
+ @media (min-width : 900px )
74
+ position : static
75
+ background-image : url (../images /banners /vueschool-banner-bg-desktop .svg )
76
+
77
+ & .vs-hidden
78
+ display : none
79
+
80
+ & :hover
81
+ .vs-core
82
+ .vs-button
83
+ .vs-button-inside
84
+ background : linear-gradient (#ed 81 eb , #d4 57 d0 )
85
+ & .vs-button-alt
86
+ .vs-button-inside
87
+ background : linear-gradient (#ff ea 80 , #ff ba 49 )
88
+
89
+ .vs-iso
90
+ position : absolute
91
+ left : 20px
92
+ height : 26px
93
+ img
94
+ height : 26px
95
+ @media (min-width : 680px )
96
+ left : 40px
97
+ height : 40px
98
+ img
99
+ height : 40px
100
+ @media (min-width : 900px )
101
+ display : none
102
+
103
+ .vs-logo
104
+ position : absolute
105
+ display : none
106
+ left : 40px
107
+ @media (min-width : 900px )
108
+ display : block
109
+
110
+ .vs-core
111
+ display : flex
112
+ align-items : center
113
+
114
+ .vs-slogan
115
+ text-align : center
116
+
117
+ .vs-slogan-up
118
+ color : #47 b7 85
119
+ font-size : 14px
120
+ font-weight : bold
121
+ @media (min-width : 680px )
122
+ font-size : 18px
123
+
124
+ .vs-slogan-down
125
+ color : #f f f
126
+ font-size : 12px
127
+ @media (min-width : 680px )
128
+ font-size : 16px
129
+ strong
130
+ color : #48 a0 ff
131
+
132
+ .vs-button
133
+ margin-left : 43px
134
+ color : #f f f
135
+ background : linear-gradient (to bottom , #b3 49 b0 , #dc 61 da )
136
+ padding : 2px
137
+ border-radius : 40px
138
+ display : none
139
+ @media (min-width : 680px )
140
+ display : inline-block
141
+ .vs-button-inside
142
+ border-radius : 40px
143
+ background : linear-gradient (#dc 61 da , #b3 49 b0 )
144
+ transition : all .25s ease-in
145
+ padding : 17px 27px
146
+ line-height : 0
147
+ @media (min-width : 680px )
148
+ padding : 13px 24px
149
+ & .vs-button-alt
150
+ background : linear-gradient (to bottom , #ff cc 38 , #ff d1 3d )
151
+ .vs-button-inside
152
+ background : linear-gradient (to bottom , #ff e2 4f , #ff a4 0e )
153
+
154
+ .vs-close
155
+ right : 10px
156
+ position : absolute
157
+ padding : 10px
158
+ @media (min-width : 680px )
159
+ right : 20px
160
+ & :hover
161
+ color : #56 D8 FF
0 commit comments