Skip to content

Instantly share code, notes, and snippets.

@AnishDe12020
Created December 5, 2021 10:04
Show Gist options
  • Save AnishDe12020/110db1240bef4619aafacee50dd76483 to your computer and use it in GitHub Desktop.
Save AnishDe12020/110db1240bef4619aafacee50dd76483 to your computer and use it in GitHub Desktop.
.icon {
height: 2rem;
width: 2rem;
margin-right: 1rem;
color: white;
}
.text {
color: white;
}
.toast {
display: flex;
align-items: center;
position: absolute;
top: 50px;
right: 80px;
background-color: black;
border-radius: 12px;
padding: 0.5rem 1rem;
border: 5px solid #029c91;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment