diff options
Diffstat (limited to 'app/Resources')
-rw-r--r-- | app/Resources/static/themes/material/css/cards.scss | 4 |
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 6691adc6..b6a73bfd 100644 --- a/app/Resources/static/themes/material/css/cards.scss +++ b/app/Resources/static/themes/material/css/cards.scss | |||
@@ -225,9 +225,11 @@ a.original:not(.waves-effect) { | |||
225 | div.metadata { | 225 | div.metadata { |
226 | .chip { | 226 | .chip { |
227 | background-color: $blueAccentColor; | 227 | background-color: $blueAccentColor; |
228 | padding: 0 15px 0 10px; | 228 | padding: 0 7px; |
229 | margin: auto 2px; | 229 | margin: auto 2px; |
230 | border-radius: 6px; | 230 | border-radius: 6px; |
231 | line-height: 22px; | ||
232 | height: 22px; | ||
231 | 233 | ||
232 | a, | 234 | a, |
233 | i { | 235 | i { |