mirror of
https://github.com/getredash/redash.git
synced 2025-12-25 01:03:20 -05:00
41 lines
681 B
Plaintext
Executable File
41 lines
681 B
Plaintext
Executable File
.carousel-caption {
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
background: rgba(0,0,0,0.6);
|
|
|
|
h3 {
|
|
margin-top: 0;
|
|
margin-bottom: 3px;
|
|
color: #fff;
|
|
}
|
|
}
|
|
|
|
.carousel-indicators {
|
|
bottom: 10px;
|
|
|
|
& > li:not(.active) {
|
|
border: 0;
|
|
background: #000;
|
|
}
|
|
}
|
|
|
|
.carousel-control {
|
|
width: 50px;
|
|
background: none;
|
|
|
|
.fa {
|
|
font-size: 50px;
|
|
height: 52px;
|
|
margin-top: -26px;
|
|
position: absolute;
|
|
top: 50%;
|
|
.margin-left(-9px);
|
|
}
|
|
}
|
|
|
|
@media @max-768 {
|
|
.carousel-indicators, .carousel-caption {
|
|
display: none;
|
|
}
|
|
} |