]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Entry view: update .stats margins and color 3347/head
authorKevin Decherf <kevin@kdecherf.com>
Sat, 9 Sep 2017 19:35:19 +0000 (21:35 +0200)
committerKevin Decherf <kevin@kdecherf.com>
Sat, 9 Sep 2017 19:35:19 +0000 (21:35 +0200)
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>
app/Resources/static/themes/material/css/article.scss

index 27ff52214d521620f735c2bb7b85a306f8e2d134..2d4ef4b4f142e9ce8dca9ef39c6239a8237017d2 100644 (file)
 
       .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 {