@adobe/spectrum-css
Version:
The Spectrum CSS top-level backwards compatible package
41 lines (40 loc) • 913 B
CSS
.spectrum-Alert {
background-color: rgb(37, 37, 37);
color: rgb(185, 185, 185);
}
.spectrum-Alert-header {
color: rgb(255, 255, 255);
}
.spectrum-Alert-content {
color: rgb(185, 185, 185);
}
.spectrum-Alert--info {
border-color: rgb(38, 128, 235);
}
.spectrum-Alert--info .spectrum-Alert-icon {
color: rgb(75, 156, 245);
}
.spectrum-Alert--help {
border-color: rgb(38, 128, 235);
}
.spectrum-Alert--help .spectrum-Alert-icon {
color: rgb(75, 156, 245);
}
.spectrum-Alert--error {
border-color: rgb(227, 72, 80);
}
.spectrum-Alert--error .spectrum-Alert-icon {
color: rgb(247, 109, 116);
}
.spectrum-Alert--success {
border-color: rgb(45, 157, 120);
}
.spectrum-Alert--success .spectrum-Alert-icon {
color: rgb(57, 185, 144);
}
.spectrum-Alert--warning {
border-color: rgb(230, 134, 25);
}
.spectrum-Alert--warning .spectrum-Alert-icon {
color: rgb(249, 164, 63);
}