Skip to content

Instantly share code, notes, and snippets.

@virattt
Last active September 11, 2020 07:01
Show Gist options
  • Save virattt/11c0531fdc8a551c4eb1b85a547ac7e6 to your computer and use it in GitHub Desktop.
Save virattt/11c0531fdc8a551c4eb1b85a547ac7e6 to your computer and use it in GitHub Desktop.
DeepValue
/* .carousel-indicators li {
background-color: red;
}
.carousel-indicators .active{
background-color: green;
}
*/
.carousel-indicators {
z-index: 1;
padding-left: 0;
list-style: none;
display: inline-block;
/*lets override other properties*/
position: static;/*or relative*/
width: auto;
margin: 0;
text-align: left;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment