mirror of
https://github.com/amehime/hexo-theme-shoka.git
synced 2026-04-05 10:23:14 +08:00
22 lines
375 B
Stylus
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;
|
|
}
|
|
}
|
|
}
|