mirror of https://github.com/zulip/zulip.git
css: Refactor and nest `.forgot-password-container`.
This commit is contained in:
parent
9a29978b09
commit
84d92b8e9a
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue