mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-04-06 03:57:49 +08:00
19 lines
221 B
SCSS
19 lines
221 B
SCSS
.login {
|
|
@include flexCenter;
|
|
flex-direction: column;
|
|
font-size: 36px;
|
|
|
|
& .login-title {
|
|
padding: 18px 0;
|
|
}
|
|
|
|
& .login-icon {
|
|
border: none;
|
|
outline: none;
|
|
}
|
|
|
|
& .n-card {
|
|
width: 360px;
|
|
}
|
|
}
|