Added marginals animation; stylized site switch button

This commit is contained in:
Simon Martens
2022-11-24 22:27:11 +01:00
parent c00f81e237
commit 5cc684550b
9 changed files with 214710 additions and 35 deletions

View File

@@ -50,15 +50,34 @@
visibility: visible;
opacity: 1;
}
.ha-open-btn-collapsed-box::before {
.ha-open-btn-collapsed-box::after {
content: "\200E+";
font-weight: 900;
}
.ha-open-btn-collapsed-box {
transform: rotate(0deg);
font-weight: bold;
-webkit-transition: -webkit-transform 80ms ease-in-out;
-moz-transition: -moz-transform 80ms ease-in-out;
-o-transition: -o-transform 80ms ease-in-out;
-ms-transition: -ms-transform 80ms ease-in-out;
transition: transform 80ms ease-in-out;
}
.ha-open-btn-collapsed-box.ha-close-btn-collapsed-box {
transform: rotate(45deg);
transform-origin: 53% 57%;
-webkit-transition: -webkit-transform 80ms ease-in-out;
-moz-transition: -moz-transform 80ms ease-in-out;
-o-transition: -o-transform 80ms ease-in-out;
-ms-transition: -ms-transform 80ms ease-in-out;
transition: transform 80ms ease-in-out;
}
/*
.ha-close-btn-collapsed-box::before {
content: "\200E\00D7";
font-weight: 900;
/* content: "\200E\00D7"; */
/*font-weight: 900;
}
.ha-uploadheader .ha-usedfilesheaderlist .ha-plussign {