16 lines
240 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|