云计算期末作业
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.
 
 
 
 

15 lines
295 B

@import "var.scss";
@import "global.scss";
.login-logo {
background-color: $color-blue-light;
height: 100vh;
width: 50vw;
min-width: 650px;
overflow: hidden;
@include layout(center, center);
.icon {
@include icon(6.5em, $color-blue-dark);
transform: rotate(-30deg);
}
}