1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

continue card unification

This commit is contained in:
Luke Pulverenti 2016-07-30 00:53:19 -04:00
parent d0100ecb29
commit ebe4dc0ca5
4 changed files with 11 additions and 13 deletions

View file

@ -24,7 +24,7 @@
}
.verticalItemsContainer .card {
contain: layout style;
contain: strict;
}
.card, .card:focus {
@ -280,10 +280,6 @@ button.cardContent {
transition: background-color .5s ease-out;
}
.emptyCardImageContainer {
font-size: 90%;
}
.defaultCardColor1 {
background-color: #009688;
}