aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/material/css/various.scss
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2017-05-29 10:59:30 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2017-05-31 13:26:29 +0200
commit812c980fa5ea03b9282e32a93723e459eee763a3 (patch)
tree3c9f39794d576a21dc966f390323549c9f367427 /app/Resources/static/themes/material/css/various.scss
parent21242a02a170208bcdd3ffbdb351f0929f708c5a (diff)
downloadwallabag-812c980fa5ea03b9282e32a93723e459eee763a3.tar.gz
wallabag-812c980fa5ea03b9282e32a93723e459eee763a3.tar.zst
wallabag-812c980fa5ea03b9282e32a93723e459eee763a3.zip
Fixed tags display on grid view
Diffstat (limited to 'app/Resources/static/themes/material/css/various.scss')
-rw-r--r--app/Resources/static/themes/material/css/various.scss20
1 files changed, 20 insertions, 0 deletions
diff --git a/app/Resources/static/themes/material/css/various.scss b/app/Resources/static/themes/material/css/various.scss
index 7daf40ec..512ed8cd 100644
--- a/app/Resources/static/themes/material/css/various.scss
+++ b/app/Resources/static/themes/material/css/various.scss
@@ -30,3 +30,23 @@ nav .input-field input {
30.tab { 30.tab {
31 flex: 1; 31 flex: 1;
32} 32}
33
34.chip {
35 margin: auto 0;
36 border-radius: 4px;
37 background-color: #eee;
38 font-weight: normal;
39 height: 20px;
40 line-height: normal;
41
42 a {
43 color: #9e9e9e;
44 }
45
46 i.material-icons {
47 float: right;
48 font-size: 16px;
49 line-height: 32px;
50 padding-left: 8px;
51 }
52}