Skip to content

Instantly share code, notes, and snippets.

@adrianfaciu
Created October 21, 2018 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adrianfaciu/2c9be4327ca9200d981c9c99c3f1516b to your computer and use it in GitHub Desktop.
Save adrianfaciu/2c9be4327ca9200d981c9c99c3f1516b to your computer and use it in GitHub Desktop.
.toast {
position: relative;
display: flex;
justify-content: space-around;
margin-bottom: 20px;
padding: 10px 15px 10px 48px;
width: 290px;
background: #fff;
border-width: 1px;
border-style: solid;
border-color: #dddddd #d6d6d6 #cfcfcf;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.11);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment