Skip to content

Instantly share code, notes, and snippets.

@cfc1020
Last active May 13, 2020 09:34
Show Gist options
  • Save cfc1020/a89adb55b5e6d87ee26c to your computer and use it in GitHub Desktop.
Save cfc1020/a89adb55b5e6d87ee26c to your computer and use it in GitHub Desktop.
advert.scss
.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