Last active
August 27, 2018 22:12
Revisions
-
sendgrid-gists revised this gist
Aug 27, 2018 . 1 changed file with 15 additions and 13 deletions.There are no files selected for viewing
This file contains 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 charactersOriginal file line number Diff line number Diff line change @@ -1,13 +1,15 @@ <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> -
sendgrid-gists created this gist
Aug 27, 2018 .There are no files selected for viewing
This file contains 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 charactersOriginal 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>