24 lines
314 B
Plaintext
24 lines
314 B
Plaintext
|
@import '../../less/common.less';
|
||
|
|
||
|
.login-container {
|
||
|
.hero {
|
||
|
padding-bottom: 0;
|
||
|
.hero-body {
|
||
|
padding: 0;
|
||
|
}
|
||
|
}
|
||
|
.switch-login {
|
||
|
text-align: center;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.box-container {
|
||
|
padding-top: 4rem;
|
||
|
position: relative;
|
||
|
text-align: center;
|
||
|
> img {
|
||
|
width: 5rem;
|
||
|
height: 5rem;
|
||
|
}
|
||
|
}
|