mirror of
https://github.com/cdr/code-server.git
synced 2025-12-09 09:55:30 +01:00
12 lines
153 B
CSS
12 lines
153 B
CSS
.update-form {
|
|
text-align: center;
|
|
}
|
|
|
|
.update-form > .cancel {
|
|
background-color: red;
|
|
}
|
|
|
|
.update-form > .error {
|
|
color: red;
|
|
margin-top: 16px;
|
|
}
|