Created
October 21, 2018 14:21
-
-
Save adrianfaciu/2c9be4327ca9200d981c9c99c3f1516b to your computer and use it in GitHub Desktop.
This file contains hidden or 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 characters
.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