aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static
diff options
context:
space:
mode:
authorKevin Decherf <kevin@kdecherf.com>2017-09-09 21:35:19 +0200
committerKevin Decherf <kevin@kdecherf.com>2017-09-09 21:35:19 +0200
commit79ea33c9d3139961ff292651f7c3d2ef57b4ea50 (patch)
tree10a26bbf01a2173b68a75c9710b6766b1704c091 /app/Resources/static
parentb9c26b6330f688ce18af65a05a821f70dd73259c (diff)
downloadwallabag-79ea33c9d3139961ff292651f7c3d2ef57b4ea50.tar.gz
wallabag-79ea33c9d3139961ff292651f7c3d2ef57b4ea50.tar.zst
wallabag-79ea33c9d3139961ff292651f7c3d2ef57b4ea50.zip
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 <kevin@kdecherf.com>
Diffstat (limited to 'app/Resources/static')
-rw-r--r--app/Resources/static/themes/material/css/article.scss9
1 files 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 @@
108 108
109 .stats { 109 .stats {
110 font-size: 0.8em; 110 font-size: 0.8em;
111 margin: 8px 15px 5px; 111 margin: 8px 5px 5px;
112 112
113 li { 113 li {
114 display: inline-flex; 114 display: inline-flex;
115 vertical-align: middle; 115 vertical-align: middle;
116 margin: 0 5px; 116 margin: 3px 5px;
117
118 i.material-icons {
119 color: #3e3e3e;
120 margin-right: 3px;
121 }
117 } 122 }
118 123
119 a { 124 a {