Explorar el Código

Adjust login dialog design

Kristan Kenney hace 6 años
padre
commit
b3459bae75
Se han modificado 1 ficheros con 6 adiciones y 1 borrados
  1. 6 1
      web/css/styles.min.css

+ 6 - 1
web/css/styles.min.css

@@ -3090,7 +3090,7 @@ a.button.cancel {
 ::-moz-focus-inner {border:0;}
 ::-moz-focus-inner {border:0;}
 
 
 .login {
 .login {
-  background-color: #fff;
+  background-color: rgba(255,255,255,0.65);
   box-shadow: 0px 8px 25px rgba(0,0,0, 0.3);
   box-shadow: 0px 8px 25px rgba(0,0,0, 0.3);
   font-family: 'Exo', Tahoma, Arial, Helvetica, sans-serif;
   font-family: 'Exo', Tahoma, Arial, Helvetica, sans-serif;
   margin: 0;
   margin: 0;
@@ -3102,10 +3102,15 @@ a.button.cancel {
   cursor: default;
   cursor: default;
 }
 }
 
 
+.login .vst-input {
+  border-color: #5787c8;
+}
+
 .login-welcome {
 .login-welcome {
   font-size: 1.05rem !important;
   font-size: 1.05rem !important;
   font-weight: 500 !important;
   font-weight: 500 !important;
   padding-bottom: 30px !important;
   padding-bottom: 30px !important;
+  font-weight: 600;
 }
 }
 
 
 .page-title {
 .page-title {