Parcourir la source

Update login page style

jerryliao il y a 1 an
Parent
commit
d8cd21d2f9
1 fichiers modifiés avec 3 ajouts et 2 suppressions
  1. 3 2
      static/global.css

+ 3 - 2
static/global.css

@@ -16,6 +16,7 @@
 .pd-page.pd-page-centered {
   display: flex;
   align-items: center;
+  justify-content: center;
 }
 
 /* Global form styles start */
@@ -107,8 +108,6 @@ button {
 .pd-login-frame {
   width: 375px;
   margin-top: 16px;
-  border: 1px solid #ced4da;
-  border-radius: 0.375rem;
   box-sizing: border-box;
   padding: 16px;
   color: #212529;
@@ -130,8 +129,10 @@ button {
 }
 
 .pd-login-frame .pd-login-btn {
+  background-color: #0d6efd;
   margin-top: 8px;
   height: 38px;
+  color: #fff;
 }
 /* Login frame styles end */