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/herald/herald-test.css

17 lines
206 B
CSS
Raw Normal View History

2011-03-24 19:07:36 +01:00
/**
* @provides herald-test-css
*/
.herald-condition-note {
color: {$red};
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
}