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
$iconsize: 26px;
$fontsize: 16px;
.accessible-accordion {
.panel {
border-radius: 3px;
border-color: #bababa;
margin-bottom: 8px;
-webkit-box-shadow: 3px 3px 7px -3px rgba(0,0,0,0.63);
-moz-box-shadow: 3px 3px 7px -3px rgba(0,0,0,0.63);
box-shadow: 3px 3px 7px -3px rgba(0,0,0,0.63);
}
.panel-heading {
margin: 1px;
background-color: #ffffff;
position: relative;
a {
text-transform: none;
text-decoration: none;
color: #124664;
&.text-muted {
color: #777777;
text-decoration: line-through;
}
}
h4 {
font-size: $fontsize;
}
}
.myicon {
float: left;
font-size: $iconsize;
height: $iconsize;
line-height: 0;
position: absolute;
top: 50%;
margin-top: -$iconsize/2;
&.text-muted {
color: #777777;
}
}
.accordion-panel-title {
position: relative;
margin-left: 40px;
margin-top: 0;
margin-bottom: 0;
}
.line-heading,
.line-subtext {
vertical-align: middle;
}
.line-heading {
font-weight: bold;
}
.line-subtext {
text-transform: none;
color: #404041;
font-weight: normal;
font-size: 12px;
}
.clear {
clear: both;
}
.panel-body {
background-color: #f3f5f6;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
}
@media screen and (max-width: 658px) {
.accessible-accordion {
.line-subtext {
margin-left: 3px;
margin-top: 5px;
}
.line-subtext,
.line-heading {
line-height: $fontsize;
}
}
}
@media screen and (min-width: 659px) {
.accessible-accordion {
.line-subtext {
position: absolute;
bottom: 0;
right: 0;
}
.line-subtext,
.line-heading {
line-height: $iconsize;
}
}
}
.panel-group .panel-heading + .panel-collapse > .panel-body.myVA {
border-color: #696969;
}