mirror of https://github.com/zulip/zulip.git
portico: Remove unused CSS rules for h3 elements.
The h3 elements were removed from these templates in
commit 58d00af6c3
.
This commit is contained in:
parent
ebe15dcf25
commit
7e0ef8429c
|
@ -268,19 +268,10 @@ html {
|
|||
}
|
||||
}
|
||||
|
||||
.find-account-page-container h3,
|
||||
.forgot-password-container h3 {
|
||||
margin-top: 0;
|
||||
|
||||
font-weight: 300;
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
.forgot-password-container {
|
||||
width: 503px;
|
||||
|
||||
& h3,
|
||||
form {
|
||||
& form {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue