hexo-theme-keep/source/css/layout/_partial/sidebar.styl

19 lines
322 B
Stylus

@require "../common/variables.styl"
@require "../common/magic-theme.styl"
.sidebar {
position: fixed;
width: $sidebar-width;
box-sizing: border-box;
.home-sidebar-container {
.home-sidebar-item {
margin-bottom: $component-interspace;
&:last-child {
margin-bottom: 0;
}
}
}
}