Bladeren bron

[core] Increased font size for the sign in form

Enrico Berti 10 jaren geleden
bovenliggende
commit
692988c
1 gewijzigde bestanden met toevoegingen van 5 en 4 verwijderingen
  1. 5 4
      desktop/core/src/desktop/static/desktop/css/login.css

+ 5 - 4
desktop/core/src/desktop/static/desktop/css/login.css

@@ -85,16 +85,16 @@
 
 .login-header h1 {
   margin: 0;
-  font-size: 20px;
-  line-height: 20px;
+  font-size: 24px;
+  line-height: 24px;
 }
 
 .login-header h2 {
   margin: 5px 0 0 0;
   color: #757575;
   font-weight: normal;
-  font-size: 16px;
-  line-height: 16px;
+  font-size: 19px;
+  line-height: 19px;
 }
 
 .login-content {
@@ -130,6 +130,7 @@
   font-weight: 400;
   resize: none;
   width: 100%;
+  font-size: 16px;
 }
 
 .login-box input:-webkit-autofill {