Summary Table
| Categories |
Total Count |
| PII |
0 |
| URL |
0 |
| DNS |
0 |
| EKL |
0 |
| IP |
0 |
| PORT |
0 |
| VsID |
0 |
| CF |
0 |
| AI |
0 |
| VPD |
0 |
| PL |
0 |
| Other |
0 |
File Content
// Our application overrides of Bootstrap variables
// Brand colors
// -------------------------
$brand-primary: $COLOR_DARK_BLUE;
$brand-success: #466931; // forest green
$brand-warning: #ee975a; // peach-ish
$brand-danger: #d12328; // red
$brand-info: #238abe; // bright blue
// Scaffolding
// -------------------------
$body-bg: $COLOR_WHITE;
$text-color: $COLOR_VA_BLUE;
// Fonts
// -------------------------
$font-family-sans-serif: Helvetica, Arial, sans-serif !default;
$icon-font-name: "glyphicons-halflings-extended-regular" !default;
// Buttons
// -------------------------
$btn-default-color: $COLOR_VA_BLUE;
$btn-default-bg: $COLOR_WHITE;
$btn-default-border: $COLOR_VA_BLUE;
$btn-primary-color: $COLOR_WHITE;
$btn-primary-bg: $COLOR_VA_BLUE;
$btn-primary-border: $COLOR_VA_BLUE;