mirror of https://github.com/zulip/zulip.git
css: Use SCSS nesting for `.input-group label` in portico.scss.
This commit is contained in:
parent
67c41c88be
commit
4273577457
|
@ -1236,6 +1236,11 @@ input.new-organization-button {
|
||||||
.input-group label {
|
.input-group label {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 5px 0px;
|
padding: 5px 0px;
|
||||||
|
|
||||||
|
&.inline-block {
|
||||||
|
/* eyeballing off-centered aesth. */
|
||||||
|
margin-top: 1px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-group.radio {
|
.input-group.radio {
|
||||||
|
@ -1251,11 +1256,6 @@ input.new-organization-button {
|
||||||
border-bottom: 1px solid hsl(0, 0%, 87%);
|
border-bottom: 1px solid hsl(0, 0%, 87%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-group label.inline-block {
|
|
||||||
/* eyeballing off-centered aesth. */
|
|
||||||
margin-top: 1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.center-container {
|
.center-container {
|
||||||
min-height: calc(100vh - 94px);
|
min-height: calc(100vh - 94px);
|
||||||
min-height: 700px;
|
min-height: 700px;
|
||||||
|
|
Loading…
Reference in New Issue