aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/material/css/icons.scss
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2017-05-04 17:44:42 +0200
committerThomas Citharel <tcit@tcit.fr>2017-05-04 17:44:42 +0200
commit2003ffa97e98d35130c93d158c453ce9b926b838 (patch)
tree6545ea0372db17f4bded869f5678e03eae0bc711 /app/Resources/static/themes/material/css/icons.scss
parent18e1da6277c4a5759384cfa66e0cd00afd7ce763 (diff)
downloadwallabag-2003ffa97e98d35130c93d158c453ce9b926b838.tar.gz
wallabag-2003ffa97e98d35130c93d158c453ce9b926b838.tar.zst
wallabag-2003ffa97e98d35130c93d158c453ce9b926b838.zip
Fix according to review
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, 2 insertions, 2 deletions
diff --git a/app/Resources/static/themes/material/css/icons.scss b/app/Resources/static/themes/material/css/icons.scss
index 268e6dca..1eeab902 100644
--- a/app/Resources/static/themes/material/css/icons.scss
+++ b/app/Resources/static/themes/material/css/icons.scss
@@ -111,7 +111,7 @@
111a.icon-image { 111a.icon-image {
112 background-repeat: no-repeat; 112 background-repeat: no-repeat;
113 padding-right: 0.4em !important; 113 padding-right: 0.4em !important;
114 padding-left: 1em !important; 114 padding-left: 0 !important;
115 margin-left: 25px; 115 margin-left: 25px;
116 116
117 &::before { 117 &::before {
@@ -120,7 +120,7 @@ a.icon-image {
120 width: 24px; 120 width: 24px;
121 height: 24px; 121 height: 24px;
122 float: left; 122 float: left;
123 margin: 0 6px 0 0; 123 margin: 7px 1.5px 0 0;
124 } 124 }
125 125
126 &.carrot::before { 126 &.carrot::before {