File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 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 ">
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments