aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/material/css/cards.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/Resources/static/themes/material/css/cards.scss')
-rw-r--r--app/Resources/static/themes/material/css/cards.scss11
1 files changed, 5 insertions, 6 deletions
diff --git a/app/Resources/static/themes/material/css/cards.scss b/app/Resources/static/themes/material/css/cards.scss
index 9dcbb8bb..6691adc6 100644
--- a/app/Resources/static/themes/material/css/cards.scss
+++ b/app/Resources/static/themes/material/css/cards.scss
@@ -118,15 +118,14 @@ main {
118 118
119 .card-image .preview, 119 .card-image .preview,
120 .card-fullimage .preview { 120 .card-fullimage .preview {
121 height: 14em; 121 height: 100%;
122 background: no-repeat 50%/cover; 122 background: no-repeat 50%/cover;
123 background-color: #efefef;
123 display: block; 124 display: block;
124 }
125 125
126 .card-image .placeholder { 126 &--default {
127 background-color: #111; 127 background-size: contain;
128 filter: invert(100%); 128 }
129 -webkit-filter: invert(100%);
130 } 129 }
131 130
132 &.sw { 131 &.sw {