Skip to content

Instantly share code, notes, and snippets.

@igmoweb
Created June 12, 2020 09:57
Show Gist options
  • Save igmoweb/a56de97a4c6711b652f828a97d27cf8e to your computer and use it in GitHub Desktop.
Save igmoweb/a56de97a4c6711b652f828a97d27cf8e to your computer and use it in GitHub Desktop.

Revisions

  1. igmoweb created this gist Jun 12, 2020.
    7 changes: 7 additions & 0 deletions style.scss
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    .boxed {
    vertical-align: baseline;
    border: 1px solid #ec8777;
    background: linear-gradient(to right, #e5a98c, #f5a593, #f7a6a0);
    border-radius: 4px;
    padding: 3px 7px;
    }