#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 border: 1px solid #EF665B; 12 box-shadow: 0px 0px 5px -3px #111; 13} 14 15.error__icon { 16 width: 20px; 17 height: 20px; 18 transform: translateY(-2px); 19 margin-right: 8px; 20} 21 22.error__icon path { 23 fill: #EF665B; 24} 25 26.error__title { 27 font-weight: 500; 28 font-size: 14px; 29 color: #71192F; 30} 31 32.error__close { 33 width: 20px; 34 height: 20px; 35 cursor: pointer; 36 margin-left: auto; 37} 38 39.error__close path { 40 fill: #71192F; 41}
552 views
Variation of acard
552 views
Variation of acard
Comments
MIT License