Commit d0db7fd0 by abraham

Merge branch 'abraham' into 'master'

Abraham See merge request !13
parents 09050682 3c793251
......@@ -223,6 +223,7 @@
}
.container{
margin-top: 50px;
margin-bottom: 30px;
.row{
justify-content: space-around;
.col-md-5{
......
......@@ -11,6 +11,6 @@ export class LandingpageComponent implements OnInit {
ngOnInit() {
}
firstConfig = {"slidesToShow": 1, "slidesToScroll": 1,"arrows": false,"dots":true,"autoplay":true,"autoplaySpeed":2000};
ratingConfig = {"slidesToShow": 1, "slidesToScroll": 1,"arrows": true,"autoplay":true,"autoplaySpeed":2000,responsive:[{breakpoint:480,settings:{arrows:false}}]};
firstConfig = {"slidesToShow": 1, "slidesToScroll": 1,"arrows": false,"dots":true,"autoplay":false,"autoplaySpeed":2000};
ratingConfig = {"slidesToShow": 1, "slidesToScroll": 1,"arrows": true,"autoplay":false,"autoplaySpeed":2000,responsive:[{breakpoint:480,settings:{arrows:false}}]};
}
......@@ -28,5 +28,31 @@
font-size: 30px;
}
}
.slick-list{
.slick-track{
.rating_slide{
outline: none;
}
}
}
}
}
//scss for slick_main
.backgnd_grey{
.map_overlay{
.map_contents{
ngx-slick-carousel{
.slick-dots{
li{
margin: 0px 0px ;
button{
&::before{
font-size: 10px;
}
}
}
}
}
}
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment