From: stephen@cubedesigners.com Date: Mon, 4 Jul 2016 15:28:18 +0000 (+0000) Subject: Done #525 @1 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=4fd0f90caf947a46aff355379da20977f8aa0173;p=fluidbook-v3.git Done #525 @1 --- diff --git a/less/315-quote.less b/less/315-quote.less index 4117568..922366f 100644 --- a/less/315-quote.less +++ b/less/315-quote.less @@ -10,6 +10,12 @@ .text { padding-right: 30px; + + .dotclear { + br { + line-height: 2.5; + } + } } .zend_form { @@ -45,6 +51,14 @@ color: @color-text; font-size: 14px; font-family: @body-font; + + &:focus { + box-shadow: inset 0 -4px 0 #c2c4c7; + } + } + + input[type="text"], input[type="email"] { + max-height: 53px; } select { @@ -110,40 +124,33 @@ display: none; // Will be displayed elsewhere } - .error dd { - position: relative; - - &:after { - content: ''; - position: absolute; - left: 0; - bottom: 1px; - width: 100%; - height: 5px; - background-color: @color-error; - } - + .error { input[type="text"], input[type="email"], select { border-color: @color-text; - border-bottom-color: @color-error; + box-shadow: inset 0 -4px 0 @color-error; } - } .validation-messages { - padding: 22px 50px; - background-color: #242424; + padding: 36px 50px; + min-width: 500px; + opacity: 0.8; + background-color: #343c44; + border-radius: 17px; position: fixed; bottom: 10px; left: 50%; transform: translateX(-50%); color: #fff; - font-size: 16px; + font-size: 14px; text-align: center; - border-radius: 200px; z-index: 1000; pointer-events: none; display: none; + + br { + line-height: 2.5; + } } }