FEWO carousel indicators smaller

git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3376 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
adametz 2018-02-28 14:36:19 +00:00
parent 86c0083897
commit 0684e0d159
3 changed files with 29 additions and 4 deletions

View file

@ -150,8 +150,21 @@ body.modal-open {
background-size: cover;
-o-background-size: cover;
}
.fewo .fill {
height: 480px;
.carousel.fewo {
.fill {
height: 480px;
}
.carousel-indicators li:hover, .carousel-indicators .active, .carousel-indicators li {
width: 12px;
height: 12px;
}
.carousel-indicators {
bottom: 0px;
}
}
.start-slider {
padding-top: 148px;

View file

@ -2101,9 +2101,18 @@ body.modal-open {
background-size: cover;
-o-background-size: cover;
}
.fewo .fill {
.carousel.fewo .fill {
height: 480px;
}
.carousel.fewo .carousel-indicators li:hover,
.carousel.fewo .carousel-indicators .active,
.carousel.fewo .carousel-indicators li {
width: 12px;
height: 12px;
}
.carousel.fewo .carousel-indicators {
bottom: 0px;
}
.start-slider {
padding-top: 148px;
}
@ -3559,6 +3568,9 @@ a,
.c1 li:before {
color: #e5aa30;
}
.help-block {
color: #cd2929;
}
/*
15) EXTRAS
===============================================================

File diff suppressed because one or more lines are too long