Skip to content

Commit

Permalink
Docs: Update Vue School banner (#3571)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicodevs committed Jun 21, 2021
1 parent 9a0b9fb commit 3f3c3c9
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions docs/.vuepress/theme/components/BannerTop.vue
Expand Up @@ -11,10 +11,7 @@
<img src="/images/vueschool/vs-backpack.png" alt="Backpack">
</div>
<div class="vs-slogan">
3-months Vue School for only $49 <span style="text-decoration: line-through">$75</span>!
<span class="vs-slogan-light">
Limited Time Offer
</span>
Less than <span class="vs-slogan-light">48 hours</span> left for the Vue School offer
</div>
<div class="vs-button">
GET ACCESS
Expand Down Expand Up @@ -103,18 +100,23 @@ $contentClass = '.theme-default-content'
color: #FFF
font-weight: bold
font-size: 14px
text-align: center
padding: 0 60px
@media (min-width: 680px)
padding: 0
text-align: left
margin-right: 26px
margin-right: 0
font-size: 18px
> .vs-slogan-light
color: #ff5338
display: block
text-align: left
@media (min-width: 900px)
text-align: center
display: inline
.vs-button
margin-left: 43px
margin-left: 13px
color: #FFF
padding: 13px 24px
border-radius: 40px
Expand Down

0 comments on commit 3f3c3c9

Please sign in to comment.