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.scss17
1 files changed, 17 insertions, 0 deletions
diff --git a/app/Resources/static/themes/material/css/cards.scss b/app/Resources/static/themes/material/css/cards.scss
index f5b79193..1e0155c3 100644
--- a/app/Resources/static/themes/material/css/cards.scss
+++ b/app/Resources/static/themes/material/css/cards.scss
@@ -182,6 +182,23 @@ a.original:not(.waves-effect) {
182 ul.tools-list { 182 ul.tools-list {
183 display: none; 183 display: none;
184 } 184 }
185
186 .preview {
187 float: left;
188 width: 90px;
189 height: 50px;
190
191 img {
192 max-height: 50px;
193 padding-right: 10px;
194 width: 80px;
195 }
196 }
197
198 .domain,
199 .footer {
200 font-size: 12px;
201 }
185} 202}
186 203
187.quickstart .card .card-action a, 204.quickstart .card .card-action a,