Skip to content

Instantly share code, notes, and snippets.

@sendgrid-gists
Last active August 27, 2018 22:12
SendGrid style-guide save button
<div class="btn-list">
<button class="btn btn-secondary btn-save">
<span class="btn-save-label">Save</span>
<svg class="sg-loader is-small">
<rect class="logo-square bottom-left" width="5" height="5" />
<rect class="logo-square bottom-middle" width="5" height="5" />
<rect class="logo-square middle" width="5" height="5" />
<rect class="logo-square top-middle" width="5" height="5" />
<rect class="logo-square top-right" width="5" height="5" />
<rect class="logo-square middle-left" width="5" height="5" />
<rect class="logo-square middle-right" width="5" height="5" />
</svg>
<i class="sg-icon sg-icon-check"></i>
</button>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment