rsuite
Version:
A suite of react components
20 lines (17 loc) • 351 B
text/less
.alert-variant(@background; @icon-color) {
.@{alert-ns}-container & {
// Content
.@{alert-ns}-item-content {
background-color: @background;
color: @text-color;
// Tip icon
.@{ns}icon {
color: @icon-color;
}
}
// Close button
.@{alert-ns}-item-close {
color: @icon-color;
}
}
}