1/** 2 * @provides herald-test-css 3 */ 4 5.herald-condition-note { 6 color: {$red}; 7 padding: 4px 0; 8 margin: 4px 0 8px; 9} 10 11textarea.herald-field-value-transcript { 12 width: 100%; 13 height: 10em; 14} 15 16.condition-test-value { 17 color: {$greytext}; 18} 19 20