mirror of https://github.com/zulip/zulip.git
portico-css: Remove unused `find_account` CSS rules.
Removes `#find_account .btn` and `#find_account .form-control`
rules in `static/styles/portico/portico.css`.
The last use of these rules was removed in commit 7afbc9ddd6
when the login and registration pages were redesigned.
This commit is contained in:
parent
42c28f008b
commit
49daf6743a
|
@ -1317,15 +1317,6 @@ label.label-title {
|
|||
float: right;
|
||||
}
|
||||
|
||||
#find_account .form-control {
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
#find_account .btn {
|
||||
height: 40px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.documentation-footer {
|
||||
font-size: 0.85rem;
|
||||
opacity: 0.8;
|
||||
|
|
Loading…
Reference in New Issue