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
//
// Veteran Template Variables
// --------------------------------------------------
$COLOR_BLACK: #000000;
$COLOR_VA_BLUE: #124664; // App Header BG, Buttons, Icons, Active States, Text*
$COLOR_LIGHT_BLUE: #5088ad; // Hyperlinks
$COLOR_DARK_GRAY: #404041; // Subheader BG, Left/Right Panel Header BG, Footer, Launchpad/Logout
$COLOR_MEDIUM_GRAY: #696969; // Page / Content Header BG
$COLOR_GRAY: #bababa; // Block borders Dividers, Table headers
$COLOR_HOVER_GRAY: #e6e6e6; // Standard Bootstrap hover grey
$COLOR_LIGHT_GRAY: #f1f1f1; // Block BGs, Filter accordion BG, Left/Right Panel BG
$COLOR_RED: #d60000; // Asterisks, Past Due Preventive Service alert
$COLOR_WHITE: #ffffff;
$panelWidth: 267px;
$bodyColor: $COLOR_VA_BLUE;
$contrastColor: $COLOR_WHITE;
$mainHeaderBackground: $COLOR_VA_BLUE;
$contentHeaderBackground: $COLOR_MEDIUM_GRAY;
$panelHeaderBackground: $COLOR_MEDIUM_GRAY;
$mainContentBackground: $COLOR_WHITE; // #ffffff; // rgba(59, 123, 166, 1);
$secondaryContentBackground: $COLOR_MEDIUM_GRAY; // #F1F1F1; // rgba(241, 241, 241, 1);
$panelBackground: $COLOR_LIGHT_GRAY; // #F1F1F1; // rgba(241, 241, 241, 1);
$pageBackground: $COLOR_LIGHT_GRAY; // #F1F1F1; // rgba(241, 241, 241, 1);
$pageBorder: $COLOR_GRAY; // #BABABA; // rgba(186, 186, 186, 1);
$borderColor: $COLOR_GRAY; // #BABABA; // rgba(186, 186, 186, 1);
/////// TODO: See if these are used ///////////
$buttonColor: rgba(206, 206, 206, 1); //#CECECE
$navButtonColor: rgba(195, 233, 247, 1); //#C3E9F7
$selectedColor: rgba(18, 70, 100, 1); //#124664
$borderRadiusLarge: 8px;
$borderRadiusNormal: 6px;
$borderRadiusSmall: 4px;