Skip to content

Commit

Permalink
Fix for bug #49
Browse files Browse the repository at this point in the history
  • Loading branch information
Madelena committed Dec 31, 2022
1 parent 91c8c85 commit 13a9b1f
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion themes/metro.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,11 @@ ________________________________________Common Base (Do Not Use): &common-colors
paper-font-headline_-_font-size: 3.5rem
paper-font-headline_-_font-weight: 600
paper-font-headline_-_letter-spacing: 0
paper-font-headline_-_line-height: 5rem
paper-font-headline_-_line-height: 1.4

paper-font-title_-_font-size: var(--card-title-font-size)
paper-font-title_-_font-weight: var(--card-title-font-weight)
paper-font-title_-_line-height: var(--card-title-line-height)

material-small-font-size: 0.875rem
material-caption-font-size: 0.7rem
Expand Down Expand Up @@ -442,6 +446,9 @@ ________________________________________Common Base 3 (Do Not Use): &common-card
background-color: rgba(var(--rgb-mdc-theme-surface), .5) !important;
}
}
.mdc-dialog .mdc-dialog__container .mdc-dialog__surface {
overflow: visible;
}
.mdc-dialog__surface {
box-shadow: 0 0px 16px 4px rgba(var(--dialog-box-shadow), .15), 0 16px 64px 32px rgba(var(--dialog-box-shadow), .5) !important;
}
Expand Down Expand Up @@ -541,6 +548,10 @@ ________________________________________Common Base 3 (Do Not Use): &common-card
:host::before {
box-shadow: inset 0px 4px 6px -4px rgb(0 0 0 / 10%) !important;
}
ha-app-layout$app-header$app-toolbar$ha-tabs$: |
.iron-selected paper-tab {
}
card-mod-sidebar: &card-mod-sidebar |
.menu .title {
Expand Down

0 comments on commit 13a9b1f

Please sign in to comment.