@@ -54,10 +54,7 @@ body.has-vs-banner
54
54
box-sizing : border-box
55
55
color : #f f f
56
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-2 .svg )
57
+ background-color : #20 2A 5A
61
58
display : flex
62
59
justify-content : center
63
60
align-items : center
@@ -69,22 +66,16 @@ body.has-vs-banner
69
66
top : 0
70
67
@media (min-width : 680px )
71
68
min-height : $vs-banner-height-desktop
72
- background-image : url (../images /banners /vueschool-banner-bg-tablet-2 .svg )
73
69
@media (min-width : 900px )
74
70
position : static
75
- background-image : url (../images /banners /vueschool-banner-bg-desktop-2 .svg )
76
71
77
72
& .vs-hidden
78
73
display : none
79
74
80
75
& :hover
81
76
.vs-core
82
77
.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 )
78
+ background-color : #36 4f de
88
79
89
80
.vs-iso
90
81
position : absolute
@@ -93,11 +84,6 @@ body.has-vs-banner
93
84
img
94
85
height : 26px
95
86
@media (min-width : 680px )
96
- left : 40px
97
- height : 40px
98
- img
99
- height : 40px
100
- @media (min-width : 900px )
101
87
display : none
102
88
103
89
.vs-logo
@@ -111,53 +97,46 @@ body.has-vs-banner
111
97
display : flex
112
98
align-items : center
113
99
100
+ .vs-illustration
101
+ display : none
102
+ @media (min-width : 680px )
103
+ display : inline-block
104
+ margin-right : 8px
105
+ @media (min-width : 900px )
106
+ margin-right : 20px
107
+
114
108
.vs-slogan
115
109
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
- padding-top : 2px
110
+ font-size : 14px
111
+ font-weight : bold
112
+ @media (min-width : 680px )
113
+ font-size : 22px
114
+ .vs-slogan-main
115
+ display : none
128
116
@media (min-width : 680px )
129
- font-size : 16px
130
- strong
131
- color : #f f f
132
- font-weight : bold
117
+ display : inline
133
118
134
119
.vs-button
135
- margin-left : 43 px
120
+ margin-left : 8 px
136
121
color : #f f f
137
- background : linear-gradient ( to bottom , # b3 49 b0 , # dc 61 da )
122
+ background : # 66 7d ff
138
123
padding : 2px
139
124
border-radius : 40px
140
125
display : none
126
+ padding : 17px 24px
127
+ font-weight : bold
141
128
@media (min-width : 680px )
142
129
display : inline-block
143
- .vs-button-inside
144
- border-radius : 40px
145
- background : linear-gradient (#dc 61 da , #b3 49 b0 )
146
- transition : all .25s ease-in
147
- padding : 12px 24px 8px
148
- line-height : 0
149
- @media (min-width : 680px )
150
- padding : 12px 24px 8px
151
- & .vs-button-alt
152
- background : linear-gradient (to bottom , #ff cc 38 , #ff d1 3d )
153
- .vs-button-inside
154
- background : linear-gradient (to bottom , #ff e2 4f , #ff a4 0e )
130
+ @media (min-width : 900px )
131
+ margin-left : 20px
155
132
156
133
.vs-close
157
134
right : 10px
158
135
position : absolute
159
136
padding : 10px
160
137
@media (min-width : 680px )
138
+ right : 0px
139
+ @media (min-width : 900px )
161
140
right : 20px
162
141
& :hover
163
142
color : #56 D8 FF
0 commit comments