Initial Commit - Plugin v1.0.0
This commit is contained in:
BIN
assets/styles/.DS_Store
vendored
Normal file
BIN
assets/styles/.DS_Store
vendored
Normal file
Binary file not shown.
7
assets/styles/bootstrap.min.css
vendored
Executable file
7
assets/styles/bootstrap.min.css
vendored
Executable file
File diff suppressed because one or more lines are too long
27
assets/styles/slider.css
Normal file
27
assets/styles/slider.css
Normal file
@@ -0,0 +1,27 @@
|
||||
#ratings-slider .slider-bg {
|
||||
position: absolute;
|
||||
z-index: -2;
|
||||
height: 100%;
|
||||
-o-object-fit: cover;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
#ratings-slider .carousel-caption {
|
||||
font-style: italic;
|
||||
top: 50%;
|
||||
bottom: unset;
|
||||
left: 50%;
|
||||
right: unset;
|
||||
transform: translate(-50%, -50%);
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
#ratings-slider .carousel-indicators li {
|
||||
background-color: transparent;
|
||||
width: 35px;
|
||||
height: 35px;
|
||||
}
|
||||
.reviews .carousel .carousel-inner .carousel-item {
|
||||
min-height: 300px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user