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

This commit is contained in:
Siddharth Varshney 2020-03-25 18:14:33 +05:30 committed by Tim Abbott
parent 10fbdab26c
commit e8d7a590ce
1 changed files with 37 additions and 37 deletions

View File

@ -1163,53 +1163,53 @@ input.new-organization-button {
display: inline-block;
text-align: left;
width: 328px;
}
.password-reset form {
margin: 0px;
}
.password-reset #pw_strength {
width: 328px;
margin-top: 20px;
}
.password-reset .control-group .control-label {
display: block;
}
.password-reset .pitch {
width: auto;
}
.password-reset .input-group {
margin: 15px 0px;
input[type=text],
input[type=password] {
width: calc(100% - 14px);
form {
margin: 0px;
}
#pw_strength {
width: 100%;
width: 328px;
margin-top: 20px;
}
&.m-t-30 {
margin-top: 30px;
.control-group .control-label {
display: block;
}
}
.password-reset p {
margin: 0;
}
.pitch {
width: auto;
}
.password-reset .progress {
margin: 0;
}
.input-group {
margin: 15px 0px;
.password-reset #email-section .fakecontrol {
display: inline-block;
margin: 0;
input[type=text],
input[type=password] {
width: calc(100% - 14px);
}
#pw_strength {
width: 100%;
}
&.m-t-30 {
margin-top: 30px;
}
}
p {
margin: 0;
}
.progress {
margin: 0;
}
#email-section .fakecontrol {
display: inline-block;
margin: 0;
}
}
.input-group.margin {