mirror of https://github.com/zulip/zulip.git
css: Use SCSS nesting for `.tour .carousel-inner .other-resources .other-resources-section`.
This commit is contained in:
parent
a57d979a46
commit
26d1df58f7
|
@ -1506,12 +1506,12 @@ nav {
|
|||
width: 48%;
|
||||
text-align: center;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.tour .carousel-inner .other-resources .other-resources-section img {
|
||||
border: 0;
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
img {
|
||||
border: 0;
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
}
|
||||
}
|
||||
|
||||
.tour .carousel-inner .call-to-action {
|
||||
|
|
Loading…
Reference in New Issue