mirror of https://github.com/zulip/zulip.git
css: Use SCSS nesting for `.password-reset .input-group` in portico.scss.
This commit is contained in:
parent
3d39a9d74e
commit
af2f9dcf6b
|
@ -1187,6 +1187,19 @@ input.new-organization-button {
|
|||
|
||||
.password-reset .input-group {
|
||||
margin: 15px 0px;
|
||||
|
||||
input[type=text],
|
||||
input[type=password] {
|
||||
width: calc(100% - 14px);
|
||||
}
|
||||
|
||||
#pw_strength {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
&.m-t-30 {
|
||||
margin-top: 30px;
|
||||
}
|
||||
}
|
||||
|
||||
.password-reset p {
|
||||
|
@ -1202,19 +1215,6 @@ input.new-organization-button {
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
.password-reset .input-group input[type=text],
|
||||
.password-reset .input-group input[type=password] {
|
||||
width: calc(100% - 14px);
|
||||
}
|
||||
|
||||
.password-reset .input-group #pw_strength {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.password-reset .input-group.m-t-30 {
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
.input-group.margin {
|
||||
margin: 10px 0px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue