removed icon stack from email area of helpgrid
This commit is contained in:
@@ -1429,6 +1429,7 @@ body.discussion {
|
||||
|
||||
.helpgrid-row-notification {
|
||||
.icon-sign-blank {color: $green;}
|
||||
.icon-envelope {color: $gray;}
|
||||
}
|
||||
|
||||
.discussion-article {
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user