New login screen UI
This commit is contained in:
parent
2d4337ef82
commit
f97b8e2304
24 changed files with 394 additions and 212 deletions
|
@ -1,17 +1,13 @@
|
|||
.signup-form-element {
|
||||
position: relative;
|
||||
.signup-form-element h4 {
|
||||
text-align: center;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.signup-form-element .co-alert {
|
||||
color: black;
|
||||
.signup-form-element label {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.signup-form-element .single-sign-on a {
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
.signup-form-element .single-sign-on .external-login-button i.fa,
|
||||
.signup-form-element .single-sign-on .external-login-button img {
|
||||
width: 30px;
|
||||
font-size: 24px;
|
||||
.signup-form-element input {
|
||||
margin-bottom: 10px;
|
||||
}
|
Reference in a new issue