Minor visual changes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user