mirror of
https://github.com/coder/code-server.git
synced 2025-07-29 21:12:58 +08:00
chore: Remove pages/update.css
It appears the associated HTML for these styles was removed in 554b6d6fcf219afdbb9c6cef5393c492d401b73f
This commit is contained in:
@ -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;
|
||||
}
|
Reference in New Issue
Block a user