@atlassian/aui
Version:
Atlassian User Interface Framework
87 lines (77 loc) • 1.3 kB
text/less
@import './imports/global';
/**
* TYPOGRAPHY - 13px base font size
*/
body {
font-family: @aui-font-family;
font-size: 13px;
line-height: 1.3077;
}
p, ul, ol, dl,
h1, h2, h3, h4, h5, h6,
form.aui,
table.aui,
.aui-tabs,
.aui-panel,
.aui-group {
margin: 16px 0 0 0;
}
p:first-child,
ul:first-child,
ol:first-child,
dl:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
form.aui:first-child,
table.aui:first-child,
.aui-tabs:first-child,
.aui-panel:first-child,
.aui-group:first-child {
margin-top: 0;
}
h1 {
font-size: 24px;
font-weight: 500;
line-height: 28px;
margin-top: 28px;
margin-bottom: 8px;
}
h2 {
font-size: 20px;
font-weight: 500;
line-height: 24px;
margin-top: 24px;
margin-bottom: 8px;
}
h3 {
font-size: 16px;
font-weight: 500;
line-height: 20px;
margin-top: 32px;
margin-bottom: 8px;
}
h4 {
font-size: 14px;
font-weight: 600;
line-height: 20px;
margin-top: 24px;
margin-bottom: 8px;
}
h5 {
font-size: 12px;
font-weight: 600;
line-height: 16px;
margin-top: 12px;
margin-bottom: 8px;
}
h6 {
font-size: 12px;
font-weight: 600;
line-height: 16px;
margin-top: 16px;
margin-bottom: 8px;
}