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%;
|
width: 48%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
|
||||||
|
|
||||||
.tour .carousel-inner .other-resources .other-resources-section img {
|
img {
|
||||||
border: 0;
|
border: 0;
|
||||||
display: block;
|
display: block;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.tour .carousel-inner .call-to-action {
|
.tour .carousel-inner .call-to-action {
|
||||||
|
|
Loading…
Reference in New Issue