UNPKG

@atlassian/aui

Version:

Atlassian User Interface Framework

87 lines (85 loc) 1.37 kB
/** * TYPOGRAPHY - 13px base font size */ body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; 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; } /*# sourceMappingURL=aui-page-typography-legacy1.css.map */