.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