Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Update Vue School banner #3571

Merged
merged 1 commit into from Jun 21, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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