]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/material/css/article.scss
Changed visibility for article stats
[github/wallabag/wallabag.git] / app / Resources / static / themes / material / css / article.scss
index baa003725cce513565ccc04611a87aee19e40833..edfd60071e4b543a49439d9bbd4f18678eefc444 100644 (file)
       flex-flow: row wrap;
 
       .stats {
-        font-size: 0.8em;
+        font-size: 0.7em;
         margin: 8px 5px 5px;
 
         li {
           i.material-icons {
             color: #3e3e3e;
             margin-right: 3px;
+            font-size: 18px;
           }
         }
 
     }
 
     .chip {
-      background-color: $blueAccentColor;
+      background-color: #9e9e9e;
       padding: 0 15px 0 10px;
       margin: auto 2px;
       border-radius: 6px;
+      height: 18px;
+      line-height: 18px;
 
       a,
       i {
 
       i.material-icons {
         float: right;
-        font-size: 20px;
-        line-height: 32px;
+        font-size: 16px;
+        line-height: 18px;
         padding-left: 8px;
       }
     }