mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-22 13:09:26 +00:00
Introduce font-size-small property and use it in calendar too (clean it up too)
This commit is contained in:
@@ -3,10 +3,13 @@
|
||||
--color-text-dimmed: #666;
|
||||
--color-text-bright: #fff;
|
||||
--color-background: #000;
|
||||
--font-size: 20px;
|
||||
|
||||
--font-primary: "Roboto Condensed";
|
||||
--font-secondary: "Roboto";
|
||||
|
||||
--font-size: 20px;
|
||||
--font-size-small: 0.75rem;
|
||||
|
||||
--gap-body: 60px;
|
||||
--gap-modules: calc(var(--gap-body) / 2);
|
||||
}
|
||||
@@ -53,7 +56,7 @@ body {
|
||||
}
|
||||
|
||||
.xsmall {
|
||||
font-size: 0.75rem;
|
||||
font-size: var(--font-size-small);
|
||||
line-height: 1.275;
|
||||
}
|
||||
|
||||
@@ -108,7 +111,7 @@ body {
|
||||
|
||||
header {
|
||||
text-transform: uppercase;
|
||||
font-size: 0.75rem;
|
||||
font-size: var(--font-size-small);
|
||||
font-family: var(--font-primary), Arial, Helvetica, sans-serif;
|
||||
font-weight: 400;
|
||||
border-bottom: 1px solid var(--color-text-dimmed);
|
||||
|
Reference in New Issue
Block a user