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.
 
 
 
 
 
 

54 lines
978 B

@import "../../assets/scss/variables";
.component-admin {
.login-form-container {
text-align: center;
padding: 40px;
color: $white;
.button {
width: 300px;
}
}
.menu {
background: $dark-gray;
.section-title {
display: block;
width: 100%;
padding: 50px 10px 10px;
font-size: $font-22;
font-weight: bolder;
text-transform: uppercase;
color: $white;
text-align: center;
border-bottom: 1px dotted $white-alpha;
}
.action {
display: block;
appearance: none;
border: none;
width: 100%;
padding: 10px;
font-size: $font-14;
text-transform: uppercase;
color: $white;
background: $dark-gray;
cursor: pointer;
border-bottom: 1px dotted $white-alpha;
}
}
}
@media (min-width: map-get($grid-breakpoints, 'md')) {
.component-admin {
.menu {
height: 100vh;
background: $dark-gray;
}
}
}