hugo-theme-next/assets/css/_common/outline/sidebar/sidebar-button.scss
2022-05-21 17:47:26 +08:00

16 lines
240 B
SCSS

.sidebar .sidebar-button {
&:not(:first-child) {
margin-top: 15px;
}
button {
@include button($orange);
border: 1px solid $orange;
border-radius: 4px;
.fa, .fab, .far, .fas {
margin-right: 5px;
}
}
}