Skip to content

Commit 3f3c3c9

Browse files
authored
Docs: Update Vue School banner (#3571)
1 parent 9a0b9fb commit 3f3c3c9

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

docs/.vuepress/theme/components/BannerTop.vue

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@
1111
<img src="/images/vueschool/vs-backpack.png" alt="Backpack">
1212
</div>
1313
<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
1815
</div>
1916
<div class="vs-button">
2017
GET ACCESS
@@ -103,18 +100,23 @@ $contentClass = '.theme-default-content'
103100
color: #FFF
104101
font-weight: bold
105102
font-size: 14px
103+
text-align: center
104+
padding: 0 60px
106105
@media (min-width: 680px)
106+
padding: 0
107+
text-align: left
108+
margin-right: 26px
109+
margin-right: 0
107110
font-size: 18px
108111
> .vs-slogan-light
109112
color: #ff5338
110-
display: block
111113
text-align: left
112114
@media (min-width: 900px)
113115
text-align: center
114116
display: inline
115117
116118
.vs-button
117-
margin-left: 43px
119+
margin-left: 13px
118120
color: #FFF
119121
padding: 13px 24px
120122
border-radius: 40px

0 commit comments

Comments
 (0)