]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
docs: Update Vue School banner (#1006)
authorNico Devs <3766839+nicodevs@users.noreply.github.com>
Mon, 21 Jun 2021 07:47:57 +0000 (04:47 -0300)
committerGitHub <noreply@github.com>
Mon, 21 Jun 2021 07:47:57 +0000 (09:47 +0200)
docs/.vitepress/components/BannerTop.vue

index a06098f479efd6625dcb15cb599ae62da742592f..f8a000e20644fd7ead8c6aa889ed944e3e277ba5 100644 (file)
         <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
@@ -74,7 +71,6 @@
 
 @media (min-width: 680px) {
   #vs .vs-iso {
-    left: 40px;
     height: 40px;
     display: inline-block;
   }
 
 #vs .vs-core .vs-backpack {
   margin-right: 14px;
+  position: absolute;
 }
 
 #vs .vs-core .vs-backpack img {
 }
 
 @media (min-width: 680px) {
+  #vs .vs-core .vs-backpack {
+    position: static;
+  }
+
   #vs .vs-core .vs-backpack img {
     height: 74px;
   }
   color: #FFF;
   font-weight: bold;
   font-size: 14px;
-  margin-right: 26px;
+  text-align: center;
+  padding:  0 90px;
 }
 
 @media (min-width: 680px) {
   #vs .vs-core .vs-slogan {
+    padding: 0;
+    text-align: left;
+    margin-right: 26px;
     margin-right: 0;
     font-size: 18px;
   }
 
 #vs .vs-core .vs-slogan > .vs-slogan-light {
   color: #ff5338;
-  display: block;
   text-align: left;
 }
 
 }
 
 #vs .vs-core .vs-button {
-  margin-left: 43px;
+  margin-left: 13px;
   color: #fff;
   padding: 13px 24px;
   border-radius: 40px;