From 79ea33c9d3139961ff292651f7c3d2ef57b4ea50 Mon Sep 17 00:00:00 2001 From: Kevin Decherf Date: Sat, 9 Sep 2017 21:35:19 +0200 Subject: [PATCH] Entry view: update .stats margins and color Decreasing margin of .stats, increasing vertical margin of .stats li, increasing right margin of material icons and reducing contrast of material icons. Signed-off-by: Kevin Decherf --- app/Resources/static/themes/material/css/article.scss | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/app/Resources/static/themes/material/css/article.scss b/app/Resources/static/themes/material/css/article.scss index 27ff5221..2d4ef4b4 100644 --- a/app/Resources/static/themes/material/css/article.scss +++ b/app/Resources/static/themes/material/css/article.scss @@ -108,12 +108,17 @@ .stats { font-size: 0.8em; - margin: 8px 15px 5px; + margin: 8px 5px 5px; li { display: inline-flex; vertical-align: middle; - margin: 0 5px; + margin: 3px 5px; + + i.material-icons { + color: #3e3e3e; + margin-right: 3px; + } } a { -- 2.41.0