]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/material/css/various.scss
Fixed tags display on grid view
[github/wallabag/wallabag.git] / app / Resources / static / themes / material / css / various.scss
index 7daf40ec6ecb6891c367178a6dc23df6e44ab094..512ed8cd4ef9d11d385ebc955ed10d260d0cbcac 100644 (file)
@@ -30,3 +30,23 @@ nav .input-field input {
 .tab {
   flex: 1;
 }
+
+.chip {
+  margin: auto 0;
+  border-radius: 4px;
+  background-color: #eee;
+  font-weight: normal;
+  height: 20px;
+  line-height: normal;
+
+  a {
+    color: #9e9e9e;
+  }
+
+  i.material-icons {
+    float: right;
+    font-size: 16px;
+    line-height: 32px;
+    padding-left: 8px;
+  }
+}