mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
3c1a0b76fa
Summary: Simple alternative to D5448. Adds a "header" type which renders a visual separator. Test Plan: {F39507} {F39508} Reviewers: jamesr, btrahan, chad Reviewed By: chad CC: aran Differential Revision: https://secure.phabricator.com/D5616
18 lines
316 B
CSS
18 lines
316 B
CSS
/**
|
|
* @provides maniphest-task-edit-css
|
|
*/
|
|
|
|
.maniphest-description-preview-header {
|
|
color: #666;
|
|
margin-bottom: 1em;
|
|
font-size: 11px;
|
|
}
|
|
|
|
.maniphest-auxiliary-header {
|
|
font-weight: bold;
|
|
font-size: 14px;
|
|
color: #333333;
|
|
border-bottom: 1px solid #999999;
|
|
padding: 12px 0 4px;
|
|
margin-bottom: 4px;
|
|
}
|