File renames to match HACS requirements.

This commit is contained in:
Dermot Duffy
2021-08-17 21:33:28 -07:00
parent 91bf25e6f6
commit 81e1b6d240
6 changed files with 4 additions and 4 deletions
+41
View File
@@ -0,0 +1,41 @@
.frigate-card-menu-container {
position: absolute;
top: 0px;
z-index: 1;
width: 100%;
}
.frigate-card-menu {
position: absolute;
top: 0px;
z-index: 1;
height: 56px;
width: 50px;
}
.frigate-card-menu-expanded {
@extend .frigate-card-menu;
width: 100%;
background-color: rgba(0, 0, 0, 0.6);
}
.frigate-card-menu-title {
@extend .frigate-card-menu-expanded;
top: 56px;
height: 1em;
padding-bottom: 0.5em;
padding-left: 0.5em;
color: rgba(255, 255, 255, 0.7);
background-color: rgba(0, 0, 0, 0.5);
}
ha-icon-button.button {
position: relative;
z-index: 10;
color: white;
opacity: 0.8;
background-color: rgba(0, 0, 0, 0.6);
border-radius: 50%;
padding: 0px;
margin: 3px;
}