1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 01:08:50 +02:00
phorge-phorge/webroot/rsrc/css/application/maniphest/task-edit.css
Chad Little 1c84d2719c [Redesign] Larger Font PostProcessor
Summary: Ref T8099, Ref T8614. Reasonable attempt at a larger font size PostProcessor, will need additional UI cleanup (places where we fix height) but overall very decent.

Test Plan: Use lots of the UI elements with new font sizes.

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin

Maniphest Tasks: T8099, T8614

Differential Revision: https://secure.phabricator.com/D13457
2015-06-26 09:33:03 -07:00

12 lines
247 B
CSS

/**
* @provides maniphest-task-edit-css
*/
.maniphest-auxiliary-header {
font-weight: bold;
font-size: {$biggerfontsize};
color: {$darkbluetext};
border-bottom: 1px solid {$lightgreytext};
padding: 12px 0 4px;
margin-bottom: 4px;
}