Skip to content

Commit

Permalink
Theme Sidebar Button
Browse files Browse the repository at this point in the history
  • Loading branch information
Madelena committed Aug 12, 2022
1 parent 8dcf3e7 commit 96a4eb8
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions themes/metro.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,25 @@ ________________________________________Common Base 3 (Do Not Use): &common-card
box-shadow: inset 0px 4px 6px -4px rgb(0 0 0 / 10%) !important;
}
card-mod-sidebar: &card-mod-sidebar |
.menu .title {
font-weight: 500;
}
:host([expanded]) paper-icon-item {
width: 100%;
}
.iron-selected paper-icon-item {
border-left: 3px solid var(--accent-color) !important;
border-radius: var(--ha-card-border-radius) !important;
padding-left: 9px !important;
}
.profile.iron-selected paper-icon-item {
padding-left: 1px !important;
}
paper-icon-item span {
font-weight: normal !important;
}

card-mod-view: &card-mod-view |
.main-title {
font-size: 10pt;
Expand Down

0 comments on commit 96a4eb8

Please sign in to comment.