@atlassian/aui
Version:
Atlassian User Interface Framework
67 lines (62 loc) • 1.31 kB
CSS
/*!!
* @atlassian/aui - Atlassian User Interface Framework
* @version v8.0.0-alpha.1
* @link https://aui.atlassian.com
* @license SEE LICENSE IN LICENSE.md
* @author Atlassian Pty Ltd.
*/
.aui-banner {
padding: 10px 40px;
position: relative;
}
.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;
}
#header .aui-message {
border-radius: 0;
color: #172B4D;
margin: 0;
padding-top: 10px;
padding-bottom: 10px;
position: relative;
}
#header .aui-message::after {
top: 10px;
}
#header .aui-message.closeable .icon-close {
top: 10px;
}