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.scss5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/Resources/static/themes/material/css/cards.scss b/app/Resources/static/themes/material/css/cards.scss
index 8ef864d6..8f7f8f7b 100644
--- a/app/Resources/static/themes/material/css/cards.scss
+++ b/app/Resources/static/themes/material/css/cards.scss
@@ -25,7 +25,6 @@ main {
25 max-height: 80px; 25 max-height: 80px;
26 font-size: 19px; 26 font-size: 19px;
27 font-family: roberto, "Helvetica Neue", Helvetica, Arial, sans-serif; 27 font-family: roberto, "Helvetica Neue", Helvetica, Arial, sans-serif;
28 color: #313131;
29 } 28 }
30 29
31 .card-stacked .card-content .card-title { 30 .card-stacked .card-content .card-title {
@@ -251,6 +250,10 @@ a.original:not(.waves-effect) {
251 float: right; 250 float: right;
252 max-width: 6em; 251 max-width: 6em;
253 } 252 }
253
254 .tags {
255 display: inline-block;
256 }
254} 257}
255 258
256#content .collection .collection-item { 259#content .collection .collection-item {