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.
nginxconfig.io/resources/scss/_sidebar.scss

32 lines
398 B

aside.sidebar {
margin-top: 1rem;
@include media-breakpoint-up(lg) {
margin-top: 0;
}
.buttons {
text-align: center;
margin-top: 1.5rem;
.btn {
&.btn-download {
margin-bottom: 0.25rem;
img {
vertical-align: -2px;
margin-right: 0.1rem;
height: 1rem;
}
}
&.btn-reset {
img {
vertical-align: -3px;
height: 0.9rem;
}
}
}
}
}