Skip to content

Instantly share code, notes, and snippets.

@sendgrid-gists
Last active August 27, 2018 22:12

Revisions

  1. sendgrid-gists revised this gist Aug 27, 2018. 1 changed file with 15 additions and 13 deletions.
    28 changes: 15 additions & 13 deletions buttons-save.html
    Original file line number Diff line number Diff line change
    @@ -1,13 +1,15 @@
    <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 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>
  2. sendgrid-gists created this gist Aug 27, 2018.
    13 changes: 13 additions & 0 deletions buttons-save.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    <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>