]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/material/css/article.scss
Entry view: update .stats margins and color
[github/wallabag/wallabag.git] / 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 {