Skip to content

Instantly share code, notes, and snippets.

@Ramko9999
Created January 20, 2021 22:57
Show Gist options
  • Save Ramko9999/81dd1bb4cba8297ca612d51595160c41 to your computer and use it in GitHub Desktop.
Save Ramko9999/81dd1bb4cba8297ca612d51595160c41 to your computer and use it in GitHub Desktop.
.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