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.scss7
1 files changed, 6 insertions, 1 deletions
diff --git a/app/Resources/static/themes/material/css/cards.scss b/app/Resources/static/themes/material/css/cards.scss
index f3319f3d..52872220 100644
--- a/app/Resources/static/themes/material/css/cards.scss
+++ b/app/Resources/static/themes/material/css/cards.scss
@@ -118,9 +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;
125
126 &--default {
127 background-size: contain;
128 }
124 } 129 }
125 130
126 &.sw { 131 &.sw {