Skip to content

Update Vue School Summer Sale banner #2841

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

Closed
wants to merge 1 commit into from
Closed
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
2 changes: 1 addition & 1 deletion themes/vue/layout/partials/vueschool_banner.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<img src="/images/banners/vs-backpack.png" alt="Backpack">
</div>
<div class="vs-slogan">
Less than <span class="vs-slogan-light">48 hours</span> left for the Vue School offer
Extended! <span class="vs-slogan-light">Last few hours</span> for the Vue School offer
</div>
<div class="vs-button">
GET ACCESS
Expand Down
8 changes: 5 additions & 3 deletions themes/vue/source/css/_vueschool.styl
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ body.has-vs-banner
align-items: center

.vs-backpack
margin-right: 14px
margin-right: 4px
img
height: 50px
@media (min-width: 680px)
Expand All @@ -113,7 +113,7 @@ body.has-vs-banner
color: #FFF
font-weight: bold
font-size: 14px
width: 150px
width: 180px
text-align: center
margin-left: 40px
@media (min-width: 400px)
Expand All @@ -131,7 +131,7 @@ body.has-vs-banner
display: inline

.vs-button
margin-left: 43px
margin-left: 12px
color: #FFF
padding: 13px 24px
border-radius: 40px
Expand All @@ -140,6 +140,8 @@ body.has-vs-banner
font-weight: bold
@media (min-width: 680px)
display: inline-block
@media (min-width: 900px)
margin-left: 43px

.vs-close
right: 10px
Expand Down