#212121
1.notifications-container { 2 width: 320px; 3 height: auto; 4 font-size: 0.875rem; 5 line-height: 1.25rem; 6 display: flex; 7 flex-direction: column; 8 gap: 1rem; 9} 10 11.flex { 12 display: flex; 13} 14 15.flex-shrink-0 { 16 flex-shrink: 0; 17} 18 19.error-alert { 20 border-radius: 0.375rem; 21 padding: 1rem; 22 background-color: rgb(254 242 242); 23} 24 25.error-svg { 26 color: #F87171; 27 width: 1.25rem; 28 height: 1.25rem; 29} 30 31.error-prompt-heading { 32 color: #991B1B; 33 font-size: 0.875rem; 34 line-height: 1.25rem; 35 font-weight: bold; 36} 37 38.error-prompt-container { 39 display: flex; 40 flex-direction: column; 41 margin-left: 1.25rem; 42} 43 44.error-prompt-wrap { 45 margin-top: 0.5rem; 46 color: #B91C1C; 47 font-size: 0.875rem; 48 line-height: 1.25rem; 49} 50 51.error-prompt-list { 52 padding-left: 1.25rem; 53 margin-top: 0.25rem; 54 list-style-type: disc; 55}
Comments
MIT License