Introduction du nouveau thème
This commit is contained in:
19
themes/42/assets/css/stat.css
Normal file
19
themes/42/assets/css/stat.css
Normal file
@@ -0,0 +1,19 @@
|
||||
.stat {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: var(--gap-half);
|
||||
|
||||
strong {
|
||||
display: block;
|
||||
font-variant: small-caps;
|
||||
color: var(--color-text-muted);
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
span {
|
||||
font-size: 2rem;
|
||||
color: var(--color-panel-text-stats);
|
||||
font-weight: bold;
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user