Commit 41f36152 by Aksa98

finalprj

parents 768daeb0 d0db7fd0
...@@ -223,6 +223,7 @@ ...@@ -223,6 +223,7 @@
} }
.container{ .container{
margin-top: 50px; margin-top: 50px;
margin-bottom: 30px;
.row{ .row{
justify-content: space-around; justify-content: space-around;
.col-md-5{ .col-md-5{
......
...@@ -11,6 +11,6 @@ export class LandingpageComponent implements OnInit { ...@@ -11,6 +11,6 @@ export class LandingpageComponent implements OnInit {
ngOnInit() { ngOnInit() {
} }
firstConfig = {"slidesToShow": 1, "slidesToScroll": 1,"arrows": false,"dots":true,"autoplay":true,"autoplaySpeed":2000}; firstConfig = {"slidesToShow": 1, "slidesToScroll": 1,"arrows": false,"dots":true,"autoplay":false,"autoplaySpeed":2000};
ratingConfig = {"slidesToShow": 1, "slidesToScroll": 1,"arrows": true,"autoplay":true,"autoplaySpeed":2000,responsive:[{breakpoint:480,settings:{arrows:false}}]}; ratingConfig = {"slidesToShow": 1, "slidesToScroll": 1,"arrows": true,"autoplay":false,"autoplaySpeed":2000,responsive:[{breakpoint:480,settings:{arrows:false}}]};
} }
...@@ -28,5 +28,31 @@ ...@@ -28,5 +28,31 @@
font-size: 30px; 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