Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/phabricator
Path: blob/master/webroot/rsrc/css/application/herald/herald-test.css
12242 views
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
11
textarea.herald-field-value-transcript {
12
width: 100%;
13
height: 10em;
14
}
15
16
.condition-test-value {
17
color: {$greytext};
18
}
19
20