Created
January 20, 2021 22:57
-
-
Save Ramko9999/81dd1bb4cba8297ca612d51595160c41 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{ | |
display: block !important; | |
box-sizing: border-box !important; | |
position: fixed !important; | |
right: 50% !important; | |
top: 0 !important; | |
padding: 0 !important; | |
width: 378px !important; | |
z-index: 2147483647 !important; | |
background-color: black; | |
color: #fff !important; | |
border: 1px solid #ccc !important; | |
border-top: none !important; | |
border-radius: 0 !important; | |
font-family: 'Helvetica Neue', Arial, sans-serif !important; | |
letter-spacing: 0 !important; | |
text-align: center; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment