mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-18 18:33:42 +00:00
16 lines
224 B
Stylus
16 lines
224 B
Stylus
.sidebar .sidebar-button {
|
|
&:not(:first-child) {
|
|
margin-top: 15px;
|
|
}
|
|
|
|
button {
|
|
button($orange);
|
|
border: 1px solid $orange;
|
|
border-radius: 4px;
|
|
|
|
i[class^='fa'] {
|
|
margin-right: 5px;
|
|
}
|
|
}
|
|
}
|