aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/material/css/icons.scss
diff options
context:
space:
mode:
authorAline <chetta.aline@gmail.com>2017-05-07 15:07:50 +0200
committerAline <chetta.aline@gmail.com>2017-05-07 15:07:50 +0200
commit34806fab1b26eb626862d45402cb4e265cc0af5b (patch)
tree4ea856bf3d101e0ec908f6d355924c411fde3cf3 /app/Resources/static/themes/material/css/icons.scss
parent14f58edd803d0656f3471c1bf1a75ec5cc483da8 (diff)
downloadwallabag-34806fab1b26eb626862d45402cb4e265cc0af5b.tar.gz
wallabag-34806fab1b26eb626862d45402cb4e265cc0af5b.tar.zst
wallabag-34806fab1b26eb626862d45402cb4e265cc0af5b.zip
Fix reviews
Signed-off-by: Aline <chetta.aline@gmail.com>
Diffstat (limited to 'app/Resources/static/themes/material/css/icons.scss')
-rw-r--r--app/Resources/static/themes/material/css/icons.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/Resources/static/themes/material/css/icons.scss b/app/Resources/static/themes/material/css/icons.scss
index 1eeab902..e7f215c0 100644
--- a/app/Resources/static/themes/material/css/icons.scss
+++ b/app/Resources/static/themes/material/css/icons.scss
@@ -138,6 +138,10 @@ a.icon-image {
138 &.shaarli::before { 138 &.shaarli::before {
139 background: url("../../_global/img/icons/shaarli.png") no-repeat center/80%; 139 background: url("../../_global/img/icons/shaarli.png") no-repeat center/80%;
140 } 140 }
141
142 &.scuttle::before {
143 background: url("../../_global/img/icons/scuttle.png") no-repeat center/80%;
144 }
141} 145}
142 146
143.icon-google-plus2::before { 147.icon-google-plus2::before {