Skip to content

Update Vue School banner #2350

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

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

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions themes/vue/layout/partials/vueschool_banner.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@
<img src="/images/banners/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
9 changes: 8 additions & 1 deletion themes/vue/source/css/_vueschool.styl
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,18 @@ body.has-vs-banner
color: #FFF
font-weight: bold
font-size: 14px
width: 150px
text-align: center
margin-left: 40px
@media (min-width: 400px)
margin-left: 60px
@media (min-width: 680px)
margin-left: 0
width: auto
text-align: left
font-size: 18px
> .vs-slogan-light
color: #ff5338
display: block
text-align: left
@media (min-width: 900px)
text-align: center
Expand Down