aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--app/Resources/static/themes/material/css/cards.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/Resources/static/themes/material/css/cards.scss b/app/Resources/static/themes/material/css/cards.scss
index 9e3599d5..4f67e038 100644
--- a/app/Resources/static/themes/material/css/cards.scss
+++ b/app/Resources/static/themes/material/css/cards.scss
@@ -221,9 +221,11 @@ a.original:not(.waves-effect) {
221 div.metadata { 221 div.metadata {
222 .chip { 222 .chip {
223 background-color: $blueAccentColor; 223 background-color: $blueAccentColor;
224 padding: 0 15px 0 10px; 224 padding: 0 7px;
225 margin: auto 2px; 225 margin: auto 2px;
226 border-radius: 6px; 226 border-radius: 6px;
227 line-height: 22px;
228 height: 22px;
227 229
228 a, 230 a,
229 i { 231 i {