Merge pull request #2823 from cdr/vapurrmaid/rm-updatecss

chore: Remove pages/update.css
This commit is contained in:
Joe Previte 2021-03-05 14:04:33 -07:00 committed by GitHub
commit f21433a130
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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