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
.btn {
vertical-align: bottom;
}
.btn-icon {
padding: 0;
background-color: transparent;
}
.btn-default{
color: $COLOR_VA_BLUE;
white-space: normal;
}
//btn-list-group - used with list-group and needed for better accessibility compliance
.btn-list-group {
margin-bottom: 0px;
}
.btn-list-group .btn {
width: 100%;
min-height: 42px;
text-align: left;
border-radius: 0;
border: 0;
}
.btn-list-group li {
color: $COLOR_VA_BLUE;
min-height: 44px;
padding: 0px;
}
.btn-list-group li:first-child,
.btn-list-group li:last-child {
border-radius: 0;
}
.btn-list-group button.active,
.btn-list-group li.active {
background-color: $selectedColor;
border-color: $selectedColor;
color: $contrastColor;
text-shadow: 0 1px 0 $COLOR_BLACK;
}
.input-group-btn .btn-default {
border-color: #ccc;
}
.input-group-btn .btn {
padding: 5px 8px;
}
.input-label-content .icon {
display: block;
line-height: $line-height-base;
font-size: $font-size-base;
margin-left: 0px;
}