mirror of https://github.com/zulip/zulip.git
css: Reorder css for `.tour .carousel-inner .zulip-slack-comparison img`.
This commit is contained in:
parent
e8a516aa4d
commit
b05031530d
|
@ -1415,6 +1415,24 @@ nav {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tour .carousel-inner .zulip-slack-comparison img.zulip-streams-selected {
|
||||||
|
width: 320px;
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tour .carousel-inner .zulip-slack-comparison img.slack-streams-selected {
|
||||||
|
width: 200px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tour .carousel-inner .zulip-slack-comparison img.zulip-unreads-arrows {
|
||||||
|
width: 406px;
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tour .carousel-inner .zulip-slack-comparison img.slack-stream-unreads {
|
||||||
|
width: 200px;
|
||||||
|
}
|
||||||
|
|
||||||
.tour .carousel-inner img {
|
.tour .carousel-inner img {
|
||||||
border: 1px solid hsl(210, 8%, 95%);
|
border: 1px solid hsl(210, 8%, 95%);
|
||||||
}
|
}
|
||||||
|
@ -1448,24 +1466,6 @@ nav {
|
||||||
width: 200px;
|
width: 200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tour .carousel-inner .zulip-slack-comparison img.zulip-streams-selected {
|
|
||||||
width: 320px;
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tour .carousel-inner .zulip-slack-comparison img.slack-streams-selected {
|
|
||||||
width: 200px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tour .carousel-inner .zulip-slack-comparison img.zulip-unreads-arrows {
|
|
||||||
width: 406px;
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tour .carousel-inner .zulip-slack-comparison img.slack-stream-unreads {
|
|
||||||
width: 200px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tour .carousel-inner img.zulip-topic {
|
.tour .carousel-inner img.zulip-topic {
|
||||||
margin: -10px 0 0 50px;
|
margin: -10px 0 0 50px;
|
||||||
width: 800px;
|
width: 800px;
|
||||||
|
|
Loading…
Reference in New Issue