UNPKG

@adobe/spectrum-css

Version:

The Spectrum CSS top-level backwards compatible package

41 lines (40 loc) 910 B
.spectrum-Alert { background-color: rgb(255, 255, 255); color: rgb(110, 110, 110); } .spectrum-Alert-header { color: rgb(44, 44, 44); } .spectrum-Alert-content { color: rgb(110, 110, 110); } .spectrum-Alert--info { border-color: rgb(38, 128, 235); } .spectrum-Alert--info .spectrum-Alert-icon { color: rgb(13, 102, 208); } .spectrum-Alert--help { border-color: rgb(38, 128, 235); } .spectrum-Alert--help .spectrum-Alert-icon { color: rgb(13, 102, 208); } .spectrum-Alert--error { border-color: rgb(227, 72, 80); } .spectrum-Alert--error .spectrum-Alert-icon { color: rgb(201, 37, 45); } .spectrum-Alert--success { border-color: rgb(45, 157, 120); } .spectrum-Alert--success .spectrum-Alert-icon { color: rgb(18, 128, 92); } .spectrum-Alert--warning { border-color: rgb(230, 134, 25); } .spectrum-Alert--warning .spectrum-Alert-icon { color: rgb(203, 111, 16); }