2024-10-10
This commit is contained in:
85
web/bsadmin/assets/sass/login.scss
Normal file
85
web/bsadmin/assets/sass/login.scss
Normal file
@@ -0,0 +1,85 @@
|
||||
@import "variable"; // variable
|
||||
.login-logo {
|
||||
text-align: center;
|
||||
margin-bottom: 15px;
|
||||
span {
|
||||
color: $white;
|
||||
font-size: 24px;
|
||||
}
|
||||
img{
|
||||
height: 75px;
|
||||
}
|
||||
}
|
||||
|
||||
.login-content {
|
||||
margin: 100px 0;
|
||||
}
|
||||
|
||||
.login-form {
|
||||
background: $white;
|
||||
padding: 30px 30px 20px;
|
||||
border-radius: 2px;
|
||||
h4 {
|
||||
color: $text;
|
||||
text-align: center;
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
.checkbox {
|
||||
color: $text;
|
||||
label {
|
||||
text-transform: none;
|
||||
}
|
||||
}
|
||||
.btn {
|
||||
width: 100%;
|
||||
text-transform: uppercase;
|
||||
font-size: 14px;
|
||||
padding: 15px;
|
||||
border: 0px;
|
||||
// font-family: $mol;
|
||||
}
|
||||
label {
|
||||
color: $text;
|
||||
text-transform: uppercase;
|
||||
// font-family: $mol;
|
||||
a{
|
||||
color: $primary;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.social-login-content {
|
||||
margin: 0px -30px;
|
||||
border-top: 1px solid $border;
|
||||
border-bottom: 1px solid $border;
|
||||
padding: 30px 0px;
|
||||
background: #fcfcfc;
|
||||
}
|
||||
|
||||
.social-button {
|
||||
padding: 0 30px;
|
||||
i{
|
||||
padding: 19px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.register-link{
|
||||
a{
|
||||
color: $primary;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user