aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/material/css/article.scss
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2017-05-31 21:18:14 +0200
committerGitHub <noreply@github.com>2017-05-31 21:18:14 +0200
commit757ec837bea7f57dcefb71b3b90c66299ed6a922 (patch)
tree5300cd32c72dfde73fa128911e952374e8c2fc95 /app/Resources/static/themes/material/css/article.scss
parentec8e7ffad48c9920b4b63b8e278c8bec1fc6f480 (diff)
parent84b041e87f1e2642627bb4f86284ed538333eb1d (diff)
downloadwallabag-757ec837bea7f57dcefb71b3b90c66299ed6a922.tar.gz
wallabag-757ec837bea7f57dcefb71b3b90c66299ed6a922.tar.zst
wallabag-757ec837bea7f57dcefb71b3b90c66299ed6a922.zip
Merge pull request #3077 from wallabag/add-tags-list-view
Added tags on list view
Diffstat (limited to 'app/Resources/static/themes/material/css/article.scss')
-rw-r--r--app/Resources/static/themes/material/css/article.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Resources/static/themes/material/css/article.scss b/app/Resources/static/themes/material/css/article.scss
index 8b67f6bd..27ff5221 100644
--- a/app/Resources/static/themes/material/css/article.scss
+++ b/app/Resources/static/themes/material/css/article.scss
@@ -132,6 +132,7 @@
132 background-color: $blueAccentColor; 132 background-color: $blueAccentColor;
133 padding: 0 15px 0 10px; 133 padding: 0 15px 0 10px;
134 margin: auto 2px; 134 margin: auto 2px;
135 border-radius: 6px;
135 136
136 a, 137 a,
137 i { 138 i {