You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
501 B
32 lines
501 B
@import '~antd/lib/style/themes/default.less';
|
|
|
|
.main {
|
|
width: 368px;
|
|
margin: 0 auto;
|
|
@media screen and (max-width: @screen-sm) {
|
|
width: 95%;
|
|
}
|
|
|
|
.icon {
|
|
margin-left: 16px;
|
|
color: rgba(0, 0, 0, 0.2);
|
|
font-size: 24px;
|
|
vertical-align: middle;
|
|
cursor: pointer;
|
|
transition: color 0.3s;
|
|
|
|
&:hover {
|
|
color: @primary-color;
|
|
}
|
|
}
|
|
|
|
.other {
|
|
margin-top: 24px;
|
|
line-height: 22px;
|
|
text-align: left;
|
|
|
|
.register {
|
|
float: right;
|
|
}
|
|
}
|
|
}
|
|
|