#e8e8e8
1.toast { 2 bottom: 20px; 3 right: 20px; 4 background-color: #333; 5 color: #fff; 6 padding: 10px; 7 border-radius: 5px; 8 box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2); 9 display: flex; 10 align-items: center; 11 justify-content: space-between; 12} 13 14.toast-icon svg { 15 width: 30px; 16 height: 20px; 17 fill: #fff; 18} 19 20.toast-content { 21 font-family: Arial, sans-serif; 22 font-size: 14px; 23} 24
632 views
632 views
Comments
MIT License