css: Refactor and nest `.forgot-password-container`.

This commit is contained in:
majordwarf 2020-03-11 22:41:47 +05:30 committed by Tim Abbott
parent 9a29978b09
commit 84d92b8e9a
1 changed files with 4 additions and 7 deletions

View File

@ -180,16 +180,13 @@ html {
font-size: 2em;
}
.forgot-password-container h3 {
margin-bottom: 0px;
}
.forgot-password-container {
width: 503px;
}
.forgot-password-container form {
margin-bottom: 0px;
h3,
form {
margin-bottom: 0px;
}
}
.deactivated-realm-container {