update v0.0.2 twa sys
This commit is contained in:
@ -53,7 +53,6 @@
|
||||
max-width: 100% !important
|
||||
}
|
||||
}
|
||||
|
||||
.ws-login {
|
||||
box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
|
||||
background-color: #fff;
|
||||
@ -79,11 +78,12 @@
|
||||
padding-left: 25px;
|
||||
}
|
||||
|
||||
.ws-login .title, .ws-login .desc {
|
||||
.ws-login .desc{
|
||||
font-size: .92rem;
|
||||
}
|
||||
|
||||
.ws-login .hint {
|
||||
font-size: .82rem;
|
||||
font-size: .8rem;
|
||||
}
|
||||
|
||||
|
||||
@ -109,8 +109,8 @@
|
||||
margin-right: -15px;
|
||||
}
|
||||
|
||||
.frm-input, .frm-header {
|
||||
padding: 0 15px;
|
||||
.frm-input, .frm-header, .c_validation {
|
||||
padding: 0 5px;
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
@ -162,4 +162,10 @@
|
||||
|
||||
.frm-input .c-input:not(.line) input:hover, .frm-input .c-input:not(.line) input:focus, .frm-input .con-aselect.active .aselect {
|
||||
border-color: var(--color-primary);
|
||||
}
|
||||
}
|
||||
|
||||
.main-login a {
|
||||
color: #454545;
|
||||
font-size: .85rem;
|
||||
font-weight: 600
|
||||
}
|
||||
Reference in New Issue
Block a user