#e8e8e8
1.error { 2 font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; 3 width: 320px; 4 padding: 12px; 5 display: flex; 6 flex-direction: row; 7 align-items: center; 8 justify-content: start; 9 background: #FCE8DB; 10 border-radius: 8px; 11 box-shadow: 0px 0px 5px -3px #111; 12} 13 14.error__icon { 15 width: 20px; 16 height: 20px; 17 transform: translateY(-2px); 18 margin-right: 8px; 19} 20 21.error__icon path { 22 fill: #EF665B; 23} 24 25.error__title { 26 font-weight: 500; 27 font-size: 14px; 28 color: #71192F; 29} 30 31.error__close { 32 width: 20px; 33 height: 20px; 34 cursor: pointer; 35 margin-left: auto; 36} 37 38.error__close path { 39 fill: #71192F; 40}
564 views
Variation of acard
564 views
Variation of acard
Comments
MIT License