Update styling

Just sort of winging it.
This commit is contained in:
Asher
2020-02-26 12:02:20 -06:00
parent b1760c8d29
commit 595ce6f5e3
11 changed files with 147 additions and 172 deletions

View File

@@ -2,39 +2,11 @@
text-align: center;
}
.update-form > .apply {
background-color: transparent;
color: #b6b6b6;
cursor: pointer;
border: 1px solid #b6b6b6;
box-sizing: border-box;
padding: 1rem 2rem;
}
.update-form > .apply:hover {
color: #fafafa;
border-color: #fafafa;
}
.update-form > .current {
margin-top: 1rem;
}
.update-form > .links {
margin-top: 1rem;
}
.update-form > .links > .link {
color: #b6b6b6;
text-decoration: none;
}
.update-form > .links > .link:hover {
color: #fcfcfc;
text-decoration: underline;
.update-form > .cancel {
background-color: red;
}
.update-form > .error {
color: red;
margin-top: 1rem;
margin-top: 16px;
}