Explorar o código

HUE-6666 [frontend] Improve sign in form

Enrico Berti %!s(int64=8) %!d(string=hai) anos
pai
achega
752ca786ae

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/login.css


+ 11 - 23
desktop/core/src/desktop/static/desktop/less/login.less

@@ -71,10 +71,15 @@
       width: 100%;
     }
     .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;
+      -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 {
       border-color: #D0021B;
@@ -92,9 +97,9 @@
       border: none;
       box-shadow: none;
       background: @cui-white;
-      height: 45px;
-      font-size: 16px;
-      color: #9e9e9e;
+      height: 44px;
+      font-size: 14px;
+      color: @cui-gray-800;
       font-weight: 400;
       resize: none;
       margin: 0;
@@ -122,23 +127,6 @@
 
 :-webkit-autofill, :-webkit-autofill:focus {
   -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 {

Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio