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
.modal-header {
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}
.modal.fade .modal-dialog, .modal.in .modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
}
.modal-item {
.mo-title {
text-align: left;
color: $COLOR_VA_BLUE;
font-weight: 700;
font-size: 16px;
display: inline;
a {
text-decoration: underline;
color: $COLOR_VA_BLUE;
}
}
.mo-phone {
font-size: 16px;
text-align: right;
padding-top: 5px;
a {
text-decoration: none;
color: #000;
}
}
.mo-desc {
padding-top: 5px;
display: block;
color: $COLOR_VA_BLUE;
font-weight: 400;
font-size: 16px;
text-align: left;
}
.mo-info {
color: #000;
font-size: 14px;
}
@media only screen and (max-width: 991px){
.mo-phone {
padding-top: 0;
}
}
@media only screen and (max-width: 30em){
.mo-title {
text-align: center;
display: block;
}
.mo-phone {
float: none !important;
display: block;
text-align: center;
a {
text-decoration: underline;
color: $COLOR_VA_BLUE;
}
}
.mo-desc {
text-align: center;
}
}
}