From: vincent@cubedesigners.com Date: Wed, 11 Jan 2017 12:27:53 +0000 (+0000) Subject: #1083 @0.75 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=ad96c5a15f14cefccbfd4c4cc94e4b71e03ef67c;p=fluidbook-v3.git #1083 @0.75 --- diff --git a/less/315-quote.less b/less/315-quote.less index b072029..0e0ba2f 100644 --- a/less/315-quote.less +++ b/less/315-quote.less @@ -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 { @@ -156,8 +157,14 @@ margin: 0; } + #wrap-pays, #wrap-lang { + width: 0; + height: 0; + display: none; + } + #submit-element { - margin: 14px; + margin: 0px; button { .button(); @@ -166,16 +173,22 @@ .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; } } }