chore: Remove pages/update.css

It appears the associated HTML for these styles was removed in
554b6d6fcf
This commit is contained in:
G r e y 2021-03-05 06:55:05 -05:00 committed by GitHub
parent 5f42112269
commit 9e2668ec75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 26 deletions

View File

@ -1,26 +0,0 @@
.update-form {
text-align: center;
}
.update-form > .cancel {
background-color: red;
}
.update-form > .error {
color: red;
margin-top: 16px;
}
.update-form > .links {
margin-top: 20px;
}
.update-form > .links > .link {
color: rgb(87, 114, 245);
text-align: center;
text-decoration: none;
}
.update-form > .links > .link:hover {
text-decoration: underline;
}