Minor visual changes

This commit is contained in:
2022-03-05 12:54:19 +01:00
parent 4cfed23613
commit 1037d74620
3 changed files with 18 additions and 5 deletions

View File

@@ -36,6 +36,7 @@ button {
justify-content: center;
align-items: center;
padding: .5rem;
color: #fff;
transition: background-color .2s ease-out,
border-color .2s ease-out;
@@ -61,5 +62,10 @@ button {
&.alert {
background: #F93154;
color: #fff;
:hover {
background-color: #f83e5d;
border-color: #b91b35;
}
}
}