Skip to content

Commit 64e2ead

Browse files
committed
Docs: fixed newsletter button
1 parent 68c7bda commit 64e2ead

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

doc/_includes/newsletter-mc.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<h3>Signup for our newsletter</h3>
66
<div class="spacer20"></div>
77
<div class="input-group">
8-
<span class="input-group-addon" id="sizing-addon1"><i class="fa fa-envelope-o"></i></span>
8+
<span class="input-group-addon" id="sizing-addon1"><i class="fa fa-envelope text-info"></i></span>
99
<input type="email" value="" name="EMAIL" class="form-control" id="mce-EMAIL" placeholder="Email Address">
1010
<span class="input-group-btn">
11-
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="btn btn-primary">
11+
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="btn btn-info">
1212
</span>
1313
</div>
1414
<div id="mce-responses" class="clear">

doc/css/_base.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ $headings-font-weight: 300;
1111
$brand-primary: transparent;
1212
$btn-primary-border: $magento-orange;
1313

14+
$brand-info: #7183a7;
15+
16+
$btn-info-border: #becce0;
17+
$btn-info-bg: #eceff3;
18+
$btn-info-color: #7183a7;
19+
1420
$text-color: rgba(black, 0.75);
1521

1622
$anchor-offset: 100px;

0 commit comments

Comments
 (0)