You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RTL/src/app/shared/components/login/login.component.scss

27 lines
392 B
SCSS

@import "../../theme/styles/mixins.scss";
.login-container {
height: 90vh;
padding-right: 11rem;
& .mat-card {
height: 30rem;
}
& .rtl-logo-svg {
width: 100%;
@include for_screensize(tab-port) {
width: 37%;
}
@include for_screensize(phone) {
width: 70%;
}
}
& .material-icons.mat-icon {
font-size: 120%;
cursor: pointer;
}
}