File size: 350 Bytes
f5071ca |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
* {
margin: 0;
}
.Toastify__toast--info {
background-color: rgb(234, 237, 237) !important;
font-size: 14px;
color: #131921;
}
.Toastify__progress-bar {
background-color: #131921 !important;
}
.Toastify__toast-container--top-right {
top: 4em !important;
}
.App {
height: 100vh !important;
display: flex;
flex-direction: column;
}
|