File tree Expand file tree Collapse file tree 1 file changed +26
-24
lines changed
src/.vuepress/theme/components Expand file tree Collapse file tree 1 file changed +26
-24
lines changed Original file line number Diff line number Diff line change 11
11
<img src =" /images/vueschool/vs-backpack.png" alt =" Backpack" >
12
12
</div >
13
13
<div class =" vs-slogan" >
14
- 3-months Vue School for only $49 <span style =" text-decoration : line-through " >$75</span >!
15
- <span class =" vs-slogan-light" >
16
- Limited Time Offer
17
- </span >
14
+ Less than <span class =" vs-slogan-light" >48 hours</span > left for the Vue School offer
18
15
</div >
19
16
<div class =" vs-button" >
20
17
GET ACCESS
@@ -58,19 +55,19 @@ $topBannerHeightMobile ?= 3.125rem
58
55
background : #f2 26 06
59
56
60
57
.vs-iso
61
- display : none
62
- position : absolute
63
- left : 20px
58
+ display : none
59
+ position : absolute
60
+ left : 20px
61
+ height : 26px
62
+ img
64
63
height : 26px
64
+ @media (min-width : 680px )
65
+ display : inline-block
66
+ height : 40px
65
67
img
66
- height : 26px
67
- @media (min-width : 680px )
68
- display : inline-block
69
68
height : 40px
70
- img
71
- height : 40px
72
- @media (min-width : 900px )
73
- display : none
69
+ @media (min-width : 900px )
70
+ display : none
74
71
75
72
.vs-logo
76
73
position : absolute
@@ -85,7 +82,9 @@ $topBannerHeightMobile ?= 3.125rem
85
82
86
83
.vs-backpack
87
84
margin-right : 6px
85
+ position : absolute
88
86
@media (min-width : 680px )
87
+ position : static
89
88
margin-right : 14px
90
89
img
91
90
height : 50px
@@ -96,20 +95,23 @@ $topBannerHeightMobile ?= 3.125rem
96
95
color : #F F F
97
96
font-weight : bold
98
97
font-size : 14px
99
- margin-right : 26px
98
+ text-align : center
99
+ padding : 0 90px
100
100
@media (min-width : 680px )
101
+ padding : 0
102
+ text-align : left
103
+ margin-right : 26px
101
104
margin-right : 0
102
105
font-size : 18px
103
106
> .vs-slogan-light
104
107
color : #ff 53 38
105
- display : block
106
108
text-align : left
107
109
@media (min-width : 900px )
108
110
text-align : center
109
111
display : inline
110
112
111
113
.vs-button
112
- margin-left : 43 px
114
+ margin-left : 13 px
113
115
color : #F F F
114
116
padding : 13px 24px
115
117
border-radius : 40px
@@ -120,13 +122,13 @@ $topBannerHeightMobile ?= 3.125rem
120
122
display : inline-block
121
123
122
124
.vs-close
123
- right : 10px
124
- position : absolute
125
- padding : 10px
126
- @media (min-width : 680px )
127
- right : 20px
128
- & :hover
129
- color : #56 D8 FF
125
+ right : 10px
126
+ position : absolute
127
+ padding : 10px
128
+ @media (min-width : 680px )
129
+ right : 20px
130
+ & :hover
131
+ color : #56 D8 FF
130
132
131
133
/* ***********************************/
132
134
You can’t perform that action at this time.
0 commit comments