mirror of https://github.com/zulip/zulip.git
css: Use SCSS nesting for `.carousel-indicators`.
This commit is contained in:
parent
7f2c5a7015
commit
5d6df3dc01
|
@ -1564,9 +1564,8 @@ nav {
|
|||
justify-content: center;
|
||||
padding-left: 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.carousel-indicators li {
|
||||
li {
|
||||
position: relative;
|
||||
flex: 0 1 auto;
|
||||
width: 10px;
|
||||
|
@ -1602,6 +1601,7 @@ nav {
|
|||
&.active {
|
||||
background-color: hsl(220, 23%, 33%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.portico-landing .testimonials {
|
||||
|
|
Loading…
Reference in New Issue