mediawiki-skins-Citizen/resources/skins.citizen.styles/Sitestats.less
alistair3149 685a3ad1c4
refactor(core): ♻️ reduce the number of RL modules
It will improve the performance in module registration and also caching
2022-12-09 14:48:17 -05:00

24 lines
404 B
Plaintext

.citizen-siteStats {
display: flex;
font-size: 0.875rem; // TODO: Put this in variable
gap: var( --space-md );
&__item {
display: flex;
align-items: center;
gap: var( --space-xs );
}
.citizen-ui-icon {
width: 0.875rem;
height: 0.875rem;
}
}
/* Can't display all in one line so let's hide file */
@media ( max-width: 480px ) {
#citizen-siteStats__item--images {
display: none;
}
}