diff --git a/themes.yaml b/themes.yaml index 41362d83..84aaba1e 100644 --- a/themes.yaml +++ b/themes.yaml @@ -298,54 +298,3 @@ themes: border-radius: 0.3em; overflow: hidden; } - - card-mod-more-info-yaml: | - .: | - app-toolbar { - background: none !important; - } - - .main-title { - margin-top: 5px; - font-family: var(--primary-font-family); - } - - mwc-icon-button { - margin-top: -2px; - color: #9e9e9e; - } - - mwc-icon-button: - $: | - button > mwc-ripple { - margin-top: 3px; - } - - $: | - .mdc-dialog__content { - padding: 20px 24px !important; - } - - .mdc-dialog__scrim { - -webkit-backdrop-filter: blur(1.6em); - backdrop-filter: blur(1.6em); - transition: none !important; - } - - .mdc-dialog .mdc-dialog__container { - background: none; - } - - .mdc-dialog__surface { - background: linear-gradient(180deg, - var(--ha-card-header-background-color) 0%, - var(--ha-card-header-background-color) 4.6em, - var(--ha-card-background-color) 4.6em, - var(--ha-card-background-color) 100%) !important; - box-shadow: none !important; - border-radius: 1em !important; - } - - .mdc-dialog--closing { - display: none !important; - }