1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 17:28:51 +02:00
phorge-phorge/webroot/rsrc/css/application/maniphest/task-edit.css

13 lines
247 B
CSS
Raw Normal View History

/**
* @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;
}