]> _ Git - fluidbook-v3.git/commitdiff
#1083 @0.75
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Wed, 11 Jan 2017 12:27:53 +0000 (12:27 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Wed, 11 Jan 2017 12:27:53 +0000 (12:27 +0000)
less/315-quote.less

index b0720296f7f300bd5816c6a7530a3b3fcca38cbc..0e0ba2f39eeffa073be6222b01117d7b64e63e71 100644 (file)
@@ -57,7 +57,7 @@
                justify-content: space-between;
                margin: 0 -14px; // Offset child padding on edges
 
-               > div {
+               > div, > dd {
                        flex-basis: 50%;
                        .ie10 &, .ie11 & {
                                flex-basis: 47%;
@@ -68,6 +68,7 @@
                                flex-basis: 100% !important;
                        }
                }
+
        }
 
        label {
                margin: 0;
        }
 
+       #wrap-pays, #wrap-lang {
+               width: 0;
+               height: 0;
+               display: none;
+       }
+
        #submit-element {
-               margin: 14px;
+               margin: 0px;
 
                button {
                        .button();
                        .font-thinning();
                        color: #fff;
                        font-size: 14px;
+                       margin-top:14px;
 
                        &.has-coupon {
                                position: relative;
-                               top: -80px;
+                               top: 42px;
+                               height: 51px;
+                               padding-top: 15px;
+                               margin-top: 0;
                        }
 
                        @media @m900 {
                                width: 100%;
                                &.has-coupon {
-                                       top: 0;
+                                       top: auto;
+                                       padding-top: 18px;
+                                       height: auto;
                                }
                        }
                }