]> _ Git - fluidbook-v3.git/commitdiff
Done #525 @1
authorstephen@cubedesigners.com <stephen@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 4 Jul 2016 15:28:18 +0000 (15:28 +0000)
committerstephen@cubedesigners.com <stephen@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 4 Jul 2016 15:28:18 +0000 (15:28 +0000)
less/315-quote.less

index 411756888a15513a4ad30a2450413d6f39499d51..922366f0f1730a485da3a7040be670e74b81a29f 100644 (file)
 
        .text {
                padding-right: 30px;
+
+               .dotclear {
+                       br {
+                               line-height: 2.5;
+                       }
+               }
        }
 
        .zend_form {
                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 {
                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;
+               }
        }
 
 }