]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/material/css/various.scss
Add some flex magic
[github/wallabag/wallabag.git] / app / Resources / static / themes / material / css / various.scss
index 512ed8cd4ef9d11d385ebc955ed10d260d0cbcac..7daf40ec6ecb6891c367178a6dc23df6e44ab094 100644 (file)
@@ -30,23 +30,3 @@ 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;
-  }
-}