update cards
This commit is contained in:
parent
106870b066
commit
c0e29e7542
7 changed files with 73 additions and 78 deletions
|
@ -64,7 +64,7 @@
|
|||
padding-bottom: 18.5%;
|
||||
}
|
||||
|
||||
.card .cardBox {
|
||||
.cardBox {
|
||||
padding: 0 !important;
|
||||
margin: 0;
|
||||
transition: none;
|
||||
|
@ -77,7 +77,7 @@
|
|||
|
||||
@media all and (min-width: 600px) {
|
||||
|
||||
.layout-desktop .card .cardBox, .layout-mobile .card .cardBox {
|
||||
.cardBox-mobile {
|
||||
margin: 3px;
|
||||
}
|
||||
}
|
||||
|
@ -92,14 +92,10 @@
|
|||
border-color: transparent;
|
||||
}
|
||||
|
||||
.bottomPaddedCard .cardBox:not(.visualCardBox) {
|
||||
.cardBox-bottompadded {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.hiddenScrollX .bottomPaddedCard .cardBox, .smoothScrollX .bottomPaddedCard .cardBox {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.btnCardOptions {
|
||||
text-align: right;
|
||||
float: right;
|
||||
|
@ -107,18 +103,6 @@
|
|||
margin: 0 !important;
|
||||
}
|
||||
|
||||
.dimunselected .card .cardImageContainer {
|
||||
-webkit-filter: brightness(50%);
|
||||
filter: brightness(50%);
|
||||
transition: filter, -webkit-filter 600ms ease-out !important;
|
||||
}
|
||||
|
||||
.dimunselected .card:focus .cardImageContainer {
|
||||
-webkit-filter: initial;
|
||||
filter: initial;
|
||||
transition: filter, -webkit-filter 600ms ease-out !important;
|
||||
}
|
||||
|
||||
.mediaSourceIndicator {
|
||||
display: flex;
|
||||
position: absolute;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue