nginxconfig.io/resources/scss/_sidebar.scss

32 lines
398 B
SCSS
Raw Normal View History

2018-07-01 13:07:38 +00:00
aside.sidebar {
2018-08-19 21:17:07 +00:00
margin-top: 1rem;
2018-07-01 13:07:38 +00:00
@include media-breakpoint-up(lg) {
2018-12-30 14:22:38 +00:00
margin-top: 0;
2018-07-01 13:07:38 +00:00
}
.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;
}
}
}
}
}