Download this file

RiskReporterGUI.css    13 lines (9 with data), 206 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
/** Add css rules here for your application. */
* {
font-family: 'proxima-nova','Helvetica Neue',Helvetica,Arial,sans-serif;
font-size: 12px;
outline: none;
}
body {
background: white;
}