1/** 2 * @provides maniphest-task-edit-css 3 */ 4 5.maniphest-auxiliary-header { 6 font-weight: bold; 7 font-size: {$biggerfontsize}; 8 color: {$darkbluetext}; 9 border-bottom: 1px solid {$lightgreytext}; 10 padding: 12px 0 4px; 11 margin-bottom: 4px; 12} 13 14