Archived
1
0
This repository has been archived on 2024-09-09. You can view files and clone it, but cannot push or open issues or pull requests.

27 lines
381 B
CSS
Raw Normal View History

2020-02-14 15:57:51 -06:00
.update-form {
text-align: center;
}
.update-form > .cancel {
background-color: red;
2020-02-14 15:57:51 -06:00
}
.update-form > .error {
color: red;
margin-top: 16px;
2020-02-14 15:57:51 -06:00
}
.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;
}