mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-19 18:42:34 +00:00
16 lines
231 B
Stylus
16 lines
231 B
Stylus
.sidebar .sidebar-button {
|
|
&:not(:first-child) {
|
|
margin-top: 15px;
|
|
}
|
|
|
|
button {
|
|
button($orange);
|
|
border: 1px solid $orange;
|
|
border-radius: 4px;
|
|
|
|
.fa, .fab, .far, .fas {
|
|
margin-right: 5px;
|
|
}
|
|
}
|
|
}
|