UX: more consistent style for the new topic banner (#19405)
This commit is contained in:
parent
3eafa39aeb
commit
9d03f207fa
|
@ -84,9 +84,11 @@
|
||||||
.show-more {
|
.show-more {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: z("base");
|
z-index: z("base");
|
||||||
&.has-topics {
|
position: absolute;
|
||||||
position: absolute;
|
top: 0;
|
||||||
top: 7px;
|
.alert {
|
||||||
|
margin: 0;
|
||||||
|
padding: 1.1em 2em 1.1em 0.65em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -163,12 +163,6 @@
|
||||||
h2 {
|
h2 {
|
||||||
margin: 20px 0 10px;
|
margin: 20px 0 10px;
|
||||||
}
|
}
|
||||||
.show-more.has-topics {
|
|
||||||
top: 0;
|
|
||||||
.alert {
|
|
||||||
padding: 16px 35px 16px 14px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.bulk-select-topics {
|
.bulk-select-topics {
|
||||||
|
|
Loading…
Reference in New Issue