|
@@ -71,10 +71,15 @@
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
}
|
|
}
|
|
|
.text-input {
|
|
.text-input {
|
|
|
- padding: 0 10px 2px 10px;
|
|
|
|
|
- border: 1px solid #E0E2E3;
|
|
|
|
|
- border-radius: 3px;
|
|
|
|
|
|
|
+ padding: 0 10px 2px 19px;
|
|
|
|
|
+ border: 1px solid @cui-gray-400;
|
|
|
|
|
+ border-radius: 4px;
|
|
|
margin-bottom: 20px;
|
|
margin-bottom: 20px;
|
|
|
|
|
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
|
|
|
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
|
|
|
+ -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
|
|
|
|
|
+ -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
|
|
|
|
|
+ transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
|
|
|
}
|
|
}
|
|
|
.text-input.error {
|
|
.text-input.error {
|
|
|
border-color: #D0021B;
|
|
border-color: #D0021B;
|
|
@@ -92,9 +97,9 @@
|
|
|
border: none;
|
|
border: none;
|
|
|
box-shadow: none;
|
|
box-shadow: none;
|
|
|
background: @cui-white;
|
|
background: @cui-white;
|
|
|
- height: 45px;
|
|
|
|
|
- font-size: 16px;
|
|
|
|
|
- color: #9e9e9e;
|
|
|
|
|
|
|
+ height: 44px;
|
|
|
|
|
+ font-size: 14px;
|
|
|
|
|
+ color: @cui-gray-800;
|
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
|
resize: none;
|
|
resize: none;
|
|
|
margin: 0;
|
|
margin: 0;
|
|
@@ -122,23 +127,6 @@
|
|
|
|
|
|
|
|
:-webkit-autofill, :-webkit-autofill:focus {
|
|
:-webkit-autofill, :-webkit-autofill:focus {
|
|
|
-webkit-box-shadow: 0 0 0 1000px white inset !important;
|
|
-webkit-box-shadow: 0 0 0 1000px white inset !important;
|
|
|
- -webkit-text-fill-color: #9e9e9e !important;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-::-webkit-input-placeholder {
|
|
|
|
|
- color: #CCD1D9 !important;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-:-moz-placeholder { /* Firefox 18- */
|
|
|
|
|
- color: #CCD1D9 !important;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-::-moz-placeholder { /* Firefox 19+ */
|
|
|
|
|
- color: #CCD1D9 !important;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-:-ms-input-placeholder {
|
|
|
|
|
- color: #CCD1D9 !important;
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
input[type='password']::-ms-reveal {
|
|
input[type='password']::-ms-reveal {
|