2022-06-12 15:39:35 +08:00
|
|
|
@if $site_state {
|
2022-05-21 15:01:19 +08:00
|
|
|
.site-state {
|
|
|
|
@include flex-wrap();
|
|
|
|
line-height: 1.4;
|
|
|
|
}
|
|
|
|
|
|
|
|
.site-state-item {
|
|
|
|
// Fix issue #103
|
|
|
|
// The click area of the link becomes smaller
|
|
|
|
padding: 0 15px;
|
2022-05-27 16:25:56 +08:00
|
|
|
border-left: 1px solid #eee;
|
|
|
|
|
|
|
|
&:first-child {
|
|
|
|
border-left: none;
|
|
|
|
}
|
2022-05-21 15:01:19 +08:00
|
|
|
|
|
|
|
a {
|
|
|
|
border-bottom: 0;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-05-27 16:25:56 +08:00
|
|
|
|
|
|
|
|
2022-05-21 15:01:19 +08:00
|
|
|
.site-state-item-count {
|
|
|
|
display: block;
|
|
|
|
font-size: $site-state-item-count-font-size;
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
|
|
|
|
.site-state-item-name {
|
|
|
|
color: $site-state-item-name-color;
|
|
|
|
font-size: $site-state-item-name-font-size;
|
|
|
|
}
|
|
|
|
}
|