Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions sass/homeassistant/pages/_component_page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
align-content: center;
transition: box-shadow .33s;


.img-container {
height: 64px;
margin: 12px 16px;
Expand Down Expand Up @@ -128,11 +127,13 @@ 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 {
.option-card {
Expand Down