Procházet zdrojové kódy

:art: adjusting hero portrait height

tags/0.9.0
J před 4 roky
rodič
revize
282db47e42
1 změnil soubory, kde provedl 15 přidání a 12 odebrání
  1. 15
    12
      vue-theme/src/components/hero.vue

+ 15
- 12
vue-theme/src/components/hero.vue Zobrazit soubor

88
 
88
 
89
 .hero
89
 .hero
90
     /* background-color: rebeccapurple */
90
     /* background-color: rebeccapurple */
91
-    min-height: 35%
92
-    height: 78vh
91
+    min-height: 25vh
93
     position: relative
92
     position: relative
94
     overflow: hidden
93
     overflow: hidden
95
     .tint
94
     .tint
114
         height: 100%
113
         height: 100%
115
 
114
 
116
     .embedded
115
     .embedded
117
-        min-height: 70vh
116
+        min-height: 25vh
118
         height: 100%
117
         height: 100%
119
         
118
         
120
     .blank
119
     .blank
141
                 border-width: 1em 0 1em 1.6em
140
                 border-width: 1em 0 1em 1.6em
142
                 border-color: transparent transparent transparent white
141
                 border-color: transparent transparent transparent white
143
 
142
 
144
-        @media (min-width: $medium)     
145
-            button 
146
-                height: $ms-9
147
-                width: $ms-9
148
-                border-width: 3px
149
-                &:after 
150
-                    top: 18%
151
-                    left: 30%
152
-                    border-width: 1.5em 0 1.5em 2.5em
143
+@media (min-width: $medium)     
144
+    button 
145
+        height: $ms-9
146
+        width: $ms-9
147
+        border-width: 3px
148
+        &:after 
149
+            top: 18%
150
+            left: 30%
151
+            border-width: 1.5em 0 1.5em 2.5em
152
+
153
+    .hero .embedded
154
+        min-height: 70vh
155
+    
153
 </style>
156
 </style>

Načítá se…
Zrušit
Uložit