mirror of
https://github.com/amehime/hexo-theme-shoka.git
synced 2026-04-05 10:23:14 +08:00
38 lines
535 B
Stylus
38 lines
535 B
Stylus
.state {
|
|
display: flex;
|
|
justify-content: center;
|
|
line-height: 1.4;
|
|
margin-top: .625rem;
|
|
overflow: hidden;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
|
|
|
|
.item {
|
|
padding: 0 .9375rem;
|
|
|
|
&:not(:first-child) {
|
|
border-left: .0625rem solid var(--grey-4);
|
|
}
|
|
|
|
a {
|
|
border-bottom: none;
|
|
}
|
|
|
|
.count {
|
|
display: block;
|
|
font-size: $font-size-larger;
|
|
font-weight: 600;
|
|
text-align: center;
|
|
}
|
|
|
|
.name {
|
|
color: inherit;
|
|
font-size: $font-size-small;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
}
|