Finetune animation for integrations (#33578)

This commit is contained in:
Madelena Mak 2024-07-05 11:24:17 -04:00 committed by GitHub
parent f0c0828cac
commit 5e8dd82c38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -61,7 +61,6 @@
align-content: center;
transition: box-shadow .33s;
.img-container {
height: 64px;
margin: 12px 16px;
@ -128,10 +127,12 @@ a.option-card:hover {
@for $i from 1 through 40 {
.option-card:nth-child(#{$i}) {
animation-delay: #{$i * 0.04}s !important;
animation-delay: #{$i * 0.025}s !important;
@media only screen and (max-width: $palm-end) {
animation-delay: #{$i * 0.05}s !important;
}
}
}
@media only screen and (max-width: $palm-end) {
.hass-option-cards {