mirror of
https://github.com/cdr/code-server.git
synced 2026-04-21 22:45:57 +02:00
Merge pull request #2823 from cdr/vapurrmaid/rm-updatecss
chore: Remove pages/update.css
This commit is contained in:
commit
f21433a130
1 changed files with 0 additions and 26 deletions
|
|
@ -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;
|
|
||||||
}
|
|
||||||
Loading…
Reference in a new issue