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 Bootstrap's list-group and needed for better accessibility compliance */
.btn-list-group {
margin-bottom: 0px;

.btn {
width: 100%;
min-height: 55px;
text-align: left;
border-radius: 0;
border: 0;
padding-left: 14px;
padding-right: 14px;
}

li {
color: $COLOR_VA_BLUE;
min-height: 56px;
padding: 0px;
border: 0;
border-bottom: 1px solid #bababa;
}

li:first-child, li:last-child {
border-radius: 0;
}

button.active, li.active {
background-color: $selectedColor;
border-color: $selectedColor;
color: $contrastColor;
}
}