Files
hexo-theme-shoka/source/css/_common/components/post/widgets.styl
2020-09-02 21:28:24 +08:00

22 lines
375 B
Stylus

.widgets {
border-top: .0625rem solid var(--grey-2);
margin-top: .9375rem;
text-align: center;
.header {
position: relative;
padding-left: .625rem;
&::before {
content: "";
position: absolute;
width: .3125rem;
height: 2em;
left: -.3125rem;
background: var(--primary-color);
border-radius: .375rem;
}
}
}