]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/material/css/article.scss
Merge pull request #4438 from wallabag/dependabot/composer/scheb/two-factor-bundle...
[github/wallabag/wallabag.git] / app / Resources / static / themes / material / css / article.scss
index 75658a580f75232fa43d54591212eb98a26e7651..edfd60071e4b543a49439d9bbd4f18678eefc444 100644 (file)
@@ -6,6 +6,9 @@
   font-size: 20px;
   margin: 0 auto;
   max-width: 45em;
+  padding: 5px 20px;
+  background-color: #fff;
+  box-shadow: 0 0 10px #ccc;
 
   article {
     color: #424242;
@@ -51,7 +54,7 @@
     }
 
     a {
-      border-bottom: 1px dotted #03a9f4;
+      border-bottom: 1px dotted $blueAccentColor;
       text-decoration: none;
     }
 
       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;
       }
     }
   &:hover {
     width: 260px !important;
 
-    .collapsible-body {
-      height: auto;
-
-      li a i.material-icons {
-        margin: auto 5px auto -8px;
-      }
-    }
-
     span {
       opacity: 1;
     }
   }
+
+  .collapsible-body {
+    height: auto;
+
+    li a i.material-icons {
+      margin: auto 5px auto -8px;
+    }
+  }
 }
 
 .progress {