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:
parent
86c0083897
commit
0684e0d159
3 changed files with 29 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue