Skip to content

Commit

Permalink
rm card-mod-more-info
Browse files Browse the repository at this point in the history
  • Loading branch information
matt8707 committed Sep 5, 2022
1 parent 71224c7 commit 29e75e0
Showing 1 changed file with 0 additions and 51 deletions.
51 changes: 0 additions & 51 deletions themes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 29e75e0

Please sign in to comment.