1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-10-24 17:48:51 +02:00
phorge-phorge/webroot/rsrc/css/application/herald/herald-test.css

19 lines
245 B
CSS
Raw Normal View History

2011-03-24 19:07:36 +01:00
/**
* @provides herald-test-css
*/
.herald-condition-note {
color: {$red};
padding: 4px 0;
margin: 4px 0 8px;
2011-03-24 19:07:36 +01:00
}
textarea.herald-field-value-transcript {
width: 100%;
height: 10em;
}
.condition-test-value {
color: {$greytext};
2011-03-24 19:07:36 +01:00
}