1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-27 09:12:41 +01:00
phorge-phorge/webroot/rsrc/css/phui/phui-fontkit.css

40 lines
1.1 KiB
CSS
Raw Normal View History

/**
* @provides phui-fontkit-css
*/
/* - Slabo ---------------------------------------------------------------------
Used as Primary Headers in Object Boxes, Headers in Documents
*/
.diviner-document-section .phui-header-header {
font-family: 'Slabo', {$fontfamily};
color: {$darkbluetext};
font-size: 22px;
}
.diviner-document-section .phui-header-header {
font-family: 'Slabo', {$fontfamily};
color: {$darkbluetext};
font-size: 20px;
}
.phui-document-view .phabricator-remarkup h1.remarkup-header,
.phui-document-view .phabricator-remarkup h2.remarkup-header,
.phui-document-view .phabricator-remarkup h3.remarkup-header,
.phui-document-view .phabricator-remarkup h4.remarkup-header,
.phui-document-view .phabricator-remarkup h5.remarkup-header,
.phui-document-view .phabricator-remarkup h6.remarkup-header {
font-family: 'Slabo', {$fontfamily};
color: #000;
}
.phui-document-view .phabricator-remarkup h2.remarkup-header {
font-size: 22px;
padding: 24px 24px 8px 0;
border-bottom: 1px solid {$thinblueborder};
color: #000;
margin: 0 0 16px;
}