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

.carousel {
.carousel-indicators {
top: 0;
margin-top: -15px;
color: #000;
height: 25px;
& li {
background-color: #fff;
border: 1px solid $COLOR_VA_BLUE;
height: 10px;
margin: 0px 1.5px;
width: 10px;
cursor: default;
&.active {
background-color: $COLOR_VA_BLUE;
}
}
}
.carousel-inner {
/* set heigtht of container */
width: 80%;
margin: 0 10%;
.item {margin-bottom: -20px;}
.carousel-caption {
color: #000;
left: 0;
margin: 40px auto 0;
position: relative;
text-align: left;
text-shadow: none;
width: 90%;
padding-bottom: 0;
.carousel-body {
position: relative;
h4 {margin-top: 0;}
.alert {
font-size: .9em;
margin-bottom: 5px;
padding: 7px 7px 7px 15px;
}
.alert-info {
background-color: #f3f5f6;
border-color: #bababa;
color: #124666;
}
.alert-success {
background-color: #31771f;
border-color: #315f1f;
color: #fff;
}
.radio {
margin-left: 23px;
position: relative;
}
.icon {
margin-left: -40px;
padding-right: 5px;
position: absolute;
top: 2px;
}
.icon-close-alt {
color: #eb1c23;
}
.icon-check-alt {
color: #31771f;
}
}
}
}
.carousel-control {
height: 40px;
width: 32px;
top: calc(50% - 20px);
padding: 0px;
opacity: 1;
z-index: 99999;
background: none;
color: $COLOR_VA_BLUE;
border: 1px solid #bababa;
text-shadow: none;
font-size: 24px;
&:disabled {
cursor: not-allowed;
opacity: .50;
}
.icon {
position: relative;
top: 3px;
}
&.left {
left: -20px;
border-left: none;
.icon {
left: -2px;
}

}
&.right {
right: -20px;
border-right: none;
.icon {
right: -2px;
}
}
}
}