41 lines
619 B
SCSS
41 lines
619 B
SCSS
|
|
.logo-header {
|
|
margin-bottom: 2rem;
|
|
.logo-white {
|
|
margin-#{$dlab-pos-left}: 0.625rem;
|
|
}
|
|
}
|
|
|
|
.login-form .forget-pass {
|
|
display: block;
|
|
margin-top: 20px;
|
|
text-align: center;
|
|
|
|
}
|
|
.dz-social {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.dez-social-icon {
|
|
display: inline-flex;
|
|
margin: 0 -3px;
|
|
padding: 0;
|
|
text-align: center;
|
|
li{
|
|
font-size: 12px;
|
|
margin-#{$dlab-pos-right}: 0.2rem;
|
|
a {
|
|
color: #ffffff;
|
|
font-size: 14px;
|
|
height: 35px;
|
|
line-height: 34px;
|
|
padding: 0;
|
|
width: 35px;
|
|
border-radius: 4px;
|
|
}
|
|
}
|
|
}
|
|
div#mCSB_1 {
|
|
margin-top: 100px;
|
|
}
|