@atlassian/aui
Version:
Atlassian User Interface Framework
40 lines (38 loc) • 852 B
CSS
.aui-banner.aui-banner-error {
background-color: #DE350B;
box-shadow: none;
color: #FFFFFF;
}
.aui-banner.aui-banner-error::after {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
-webkit-text-stroke-width: 0;
font-family: "Adgs Icons";
font-weight: normal;
font-style: normal;
speak: none;
color: #FFFFFF;
font-size: 16px;
left: 20px;
line-height: 20px;
position: absolute;
top: 20px;
}
.aui-banner.aui-banner-error::before {
display: none;
}
.aui-banner.aui-banner-error::after {
content: "\f15a";
color: #FFFFFF;
}
.aui-banner.aui-banner-error a,
.aui-banner.aui-banner-error a:link,
.aui-banner.aui-banner-error a:visited {
color: #FFFFFF;
text-decoration: underline;
}
.aui-banner.aui-banner-error::after {
left: 12px;
top: 10px;
}
/*# sourceMappingURL=adg-banner.css.map */