#e8e8e8
1.warning { 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: #FEF7D1; 10 border-radius: 8px; 11 box-shadow: 0px 0px 5px -3px #111; 12} 13 14.warning__icon { 15 width: 20px; 16 height: 20px; 17 transform: translateY(-2px); 18 margin-right: 8px; 19} 20 21.warning__icon path { 22 fill: #F7C752; 23} 24 25.warning__title { 26 font-weight: 500; 27 font-size: 14px; 28 color: #755118; 29} 30 31.warning__close { 32 width: 20px; 33 height: 20px; 34 margin-left: auto; 35 cursor: pointer; 36} 37 38.warning__close path { 39 fill: #755118; 40}
382 views
Variation of acard
382 views
Variation of acard
Comments
MIT License