Explorar o código

+ 배너 예외 상황 추가

송용우 hai 1 mes
pai
achega
d0fd1a933e
Modificáronse 2 ficheiros con 29 adicións e 2 borrados
  1. 28 2
      app/assets/scss/admin.scss
  2. 1 0
      app/pages/models/detail/q4-etron.vue

+ 28 - 2
app/assets/scss/admin.scss

@@ -467,10 +467,36 @@ html {
       bottom:auto;
       top:40px;      
     }
-    
-    .btn--wrapper{
+        
+    .btn--wrapper{        
       bottom:auto;
       top:120px;
+
+      .default--round--btn{
+        background: rgb(101, 112, 129);
+        color: rgb(252, 252, 253);
+        box-shadow: rgba(101, 112, 129, 0) 0px 0px 0px 1px inset;
+        transition-property: color, background, box-shadow;
+        &:hover{
+          background: rgb(44, 52, 63);
+          color: rgb(252, 252, 253);
+          box-shadow: rgba(219, 223, 230, 0.2) 0px 0px 0px 1px inset;
+        }
+
+        &.reverse{
+          background-color: rgb(24, 29, 37);
+          color: rgb(252, 252, 253);
+          box-shadow: rgb(44, 52, 63) 0px 0px 0px 1px inset;
+          transition-property: color, box-shadow, background-color;
+
+          &:hover{
+            background-color: rgb(44, 52, 63);
+            color: rgb(252, 252, 253);
+            box-shadow: rgba(219, 223, 230, 0.2) 0px 0px 0px 1px inset;
+          }
+        }
+      }
+
     }
   }
 

+ 1 - 0
app/pages/models/detail/q4-etron.vue

@@ -7,6 +7,7 @@
         :imagePath="bannerTextPath"
         class="video"
         textLocation="topleft"
+        textColor="#000"
         type="cover"
         altText="Audi Q4 e-tron"
         btnText="상담신청"