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