Last active
May 13, 2020 09:34
-
-
Save cfc1020/a89adb55b5e6d87ee26c to your computer and use it in GitHub Desktop.
advert.scss
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.advert-photos { | |
.carousel-inner { | |
margin-left: 65px; | |
width: 504px; | |
} | |
.carousel-control { | |
height: 300px; | |
} | |
.carousel-indicators::-webkit-scrollbar { width: 0 !important } | |
.carousel-indicators { | |
white-space: nowrap; | |
overflow: scroll; | |
position: initial; | |
width: auto; | |
margin-left: 0px; | |
overflow: -moz-scrollbars-none; | |
.active { | |
border: 2px double red; | |
} | |
li { | |
border: none; | |
height: 66px; | |
width: 66px; | |
overflow: hidden; | |
text-indent: 0px; | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment