This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<header class="flex-header"> | |
<div> | |
<a class="flex-header-action"> | |
<i class="sg-icon sg-icon-x"></i> | |
</a> | |
<div class="flex-header-title"> | |
<h3> | |
Header Including Everything | |
<i class="sg-icon sg-icon-info-circle"></i> | |
</h3> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="counter"> | |
Credits | |
<span class="counter-bubble"> | |
100 | |
</span> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="alert alert-beta"> | |
<p>During BETA, Automations isn't connected to the Marketing Campaigns offering in your account. <a href="#">Learn more</a>.</p> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="tab-component-wrapper"> | |
<ul class="tab-wrapper is-centered"> | |
<li class="tab is-active"> | |
<div class="tab-title">Settings</div> | |
</li> | |
<li class="tab"> | |
<div class="tab-title">Tags</div> | |
</li> | |
<li class="tab"> | |
<div class="tab-title">A/B Testing</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="modal-fullscreen"> | |
<header class="flex-header"> | |
<div> | |
<a class="flex-header-action modal-close"> | |
<i class="sg-icon sg-icon-x"></i> | |
</a> | |
<div class="flex-header-title"> | |
<h3>Fullscreen Modal</h3> | |
</div> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="template-wrap"> | |
<div class="thumb"> | |
<img src="https://placeholdit.co//i/300x300?&bg=e9ecef&fc=546b81&text=Template%20Image" alt="Template Image"> | |
<div class="btn-list"> | |
<button class="btn btn-primary">Select</button> | |
</div> | |
</div> | |
<p class="is-size-h4">Code Template</p> | |
<p class="editor-type"><i class="sg-icon sg-icon-editor-code"></i> Code Editor</p> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<table class="table-wrap is-billing"> | |
<tr> | |
<th>Base Plan</th> | |
<td> | |
<p>Pro 100K</p> | |
<p class="plan-details">100,000 emails/mo</p> | |
<button class="btn btn-small btn-secondary">Change Plan</button> | |
</td> | |
<td> | |
$67.96 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<table class="table-wrap is-billing"> | |
<tr> | |
<th><strong>Payment Method</strong></th> | |
<td> | |
<p>Mastercard ending in 0163 <span class="expiration">Expires 12/2018</span></p> | |
</td> | |
<td class="align-right"> | |
<a href="#"><i class="sg-icon sg-icon-pencil"></i></a> | |
</td> | |
</tr> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<table class="table-wrap"> | |
<tr> | |
<td><span class="label label-error">Failed</span></td> | |
<td><strong><a href="#">April 30, 2018</a></strong></td> | |
<td>Mastercard ending in 0163</td> | |
<td class="align-right">$93.43</td> | |
</tr> | |
<tr> | |
<td class="has-alert" colspan="4"> | |
<div class="alert alert-danger"> |