💄 Finished the common style settings.

This commit is contained in:
凡梦星尘
2022-05-21 15:01:19 +08:00
parent 65436588f2
commit debf54e2f7
44 changed files with 2281 additions and 9 deletions

View File

@@ -0,0 +1,28 @@
@if $cfg_site_state {
.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;
a {
border-bottom: 0;
display: block;
}
}
.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;
}
}