.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;
+ }
}
}