nginxconfig.io/resources/scss/_sidebar.scss

56 lines
704 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
}
.github-link {
text-align: center;
font-size: 1rem;
margin-bottom: 0.5rem;
small {
font-size: 90%;
}
img {
height: 1.2rem;
vertical-align: -4px;
}
}
.github-star {
2018-11-15 15:11:14 +00:00
width: 144px;
2018-07-01 13:07:38 +00:00
height: 30px;
display: block;
border: 0;
overflow: hidden;
margin: 0 auto 0.25rem;
}
.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;
}
}
}
}
}