css: Use SCSS nesting for `.password-reset .input-group` in portico.scss.

This commit is contained in:
Siddharth Varshney 2020-03-25 18:11:03 +05:30 committed by Tim Abbott
parent 3d39a9d74e
commit af2f9dcf6b
1 changed files with 13 additions and 13 deletions

View File

@ -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;
}