UNPKG

@adobe/spectrum-css

Version:

The Spectrum CSS top-level backwards compatible package

41 lines (40 loc) 908 B
.spectrum-Alert { background-color: rgb(8, 8, 8); color: rgb(162, 162, 162); } .spectrum-Alert-header { color: rgb(239, 239, 239); } .spectrum-Alert-content { color: rgb(162, 162, 162); } .spectrum-Alert--info { border-color: rgb(20, 115, 230); } .spectrum-Alert--info .spectrum-Alert-icon { color: rgb(55, 142, 240); } .spectrum-Alert--help { border-color: rgb(20, 115, 230); } .spectrum-Alert--help .spectrum-Alert-icon { color: rgb(55, 142, 240); } .spectrum-Alert--error { border-color: rgb(215, 55, 63); } .spectrum-Alert--error .spectrum-Alert-icon { color: rgb(236, 91, 98); } .spectrum-Alert--success { border-color: rgb(38, 142, 108); } .spectrum-Alert--success .spectrum-Alert-icon { color: rgb(51, 171, 132); } .spectrum-Alert--warning { border-color: rgb(218, 123, 17); } .spectrum-Alert--warning .spectrum-Alert-icon { color: rgb(242, 148, 35); }