mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 00:52:55 +00:00
refactor: display of opening hours
This commit is contained in:
@@ -1,14 +1,18 @@
|
||||
body app-root {
|
||||
.title,
|
||||
.title-sub,
|
||||
.title[class*='sc-ion-label'],
|
||||
.title-sub[class*='sc-ion-label'] {
|
||||
.title[class*='sc-ion-label'] {
|
||||
font-size: var(--font-size-md);
|
||||
font-weight: var(--font-weight-semi-bold);
|
||||
// TODO Condensed Font
|
||||
}
|
||||
.title-sub,
|
||||
.title-sub[class*='sc-ion-label'] {
|
||||
font-size: var(--font-size-md);
|
||||
font-weight: var(--font-weight-regular);
|
||||
// TODO Condensed Font
|
||||
}
|
||||
|
||||
.title-sub {
|
||||
color: var(--ion-color-primary);
|
||||
color: var(--ion-color-text);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user