Commit 1a267a50 by marco

removed icon stack from email area of helpgrid

parent d2fae788
...@@ -1429,6 +1429,7 @@ body.discussion { ...@@ -1429,6 +1429,7 @@ body.discussion {
.helpgrid-row-notification { .helpgrid-row-notification {
.icon-sign-blank {color: $green;} .icon-sign-blank {color: $green;}
.icon-envelope {color: $gray;}
} }
.discussion-article { .discussion-article {
......
...@@ -86,10 +86,7 @@ ...@@ -86,10 +86,7 @@
<li class="helpgrid-row helpgrid-row-notification"> <li class="helpgrid-row helpgrid-row-notification">
<span class="row-title">Receive updates</span> <span class="row-title">Receive updates</span>
<div class="row-item-full"> <div class="row-item-full">
<span class="icon-stack"> <i class="icon icon-envelope"></i>
<i class="icon-sign-blank icon-stack-base"></i>
<i class="icon-envelope icon-light"></i>
</span>
<span class="row-setting"><input type="checkbox" name="email-notification"></input></span> <span class="row-setting"><input type="checkbox" name="email-notification"></input></span>
<span class="row-description"> If enabled, you will receive an email digest if there is new activity from posts you are following. </span> <span class="row-description"> If enabled, you will receive an email digest if there is new activity from posts you are following. </span>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment