8000 docs: add VueSchool Summer Sale banner by nicodevs · Pull Request #3564 · vuejs/vue-router · GitHub
[go: up one dir, main page]

Skip to content

docs: add VueSchool Summer Sale banner #3564

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 4 commits into from
Jun 14, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
docs(docs): Update VueSchool Summer Sale banner
  • Loading branch information
nicodevs committed Jun 8, 2021
commit e3d026b5fe09c8606df9248ffdcd20e69ab078db
4 changes: 2 additions & 2 deletions docs/.vuepress/public/images/vueschool/close.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 8 additions & 6 deletions docs/.vuepress/public/images/vueschool/vs-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 2 additions & 6 deletions docs/.vuepress/theme/components/BannerTop.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,7 @@ $contentClass = '.theme-default-content'
// Banner
#vs
align-items: center
background-color: #1E204D
background-position: top right
background-repeat: no-repeat
background-size: cover
background-color: #202A5A
box-sizing: border-box
color: #fff
display: none
Expand All @@ -55,7 +52,6 @@ $contentClass = '.theme-default-content'
right: 0
top: 0
z-index: 100
background-image: linear-gradient(90deg, #D2ECFF 0%, #4A96E1 100%)
height: $topBannerHeightMobile
@media (min-width: 680px)
height: $topBannerHeight
Expand Down Expand Up @@ -104,7 +100,7 @@ $contentClass = '.theme-default-content'
height: 74px

.vs-slogan
color: #000
color: #FFF
font-weight: bold
font-size: 14px
@media (min-width: 680px)
Expand Down
0