removed icon stack from email area of helpgrid

This commit is contained in:
marco
2013-06-12 16:02:17 -04:00
parent d2fae78824
commit 1a267a5067
2 changed files with 2 additions and 4 deletions

View File

@@ -1429,6 +1429,7 @@ body.discussion {
.helpgrid-row-notification {
.icon-sign-blank {color: $green;}
.icon-envelope {color: $gray;}
}
.discussion-article {

View File

@@ -86,10 +86,7 @@
<li class="helpgrid-row helpgrid-row-notification">
<span class="row-title">Receive updates</span>
<div class="row-item-full">
<span class="icon-stack">
<i class="icon-sign-blank icon-stack-base"></i>
<i class="icon-envelope icon-light"></i>
</span>
<i class="icon icon-envelope"></i>
<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>
</div>