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:
Lauryn Menard 2023-01-17 14:35:26 +01:00 committed by Tim Abbott
parent 42c28f008b
commit 49daf6743a
1 changed files with 0 additions and 9 deletions

View File

@ -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;