1
0
forked from noxious/client

More styling cleanup, tweaked login btns

This commit is contained in:
2024-06-09 22:59:08 +02:00
parent ef13f22e6e
commit 9ff5fa3a84
4 changed files with 3 additions and 6 deletions

View File

@ -66,8 +66,6 @@
.button {
padding: 10px 0;
min-width: 100px;
font-size: 0.65rem;
border-radius: 5px;
span {
margin: auto;

View File

@ -39,7 +39,8 @@ button {
&.btn-cyan {
background-color: rgba($cyan, 0.5);
border: 2px solid rgba($white, 0.9);
border: 1px solid $white;
border-radius: 5px;
&:hover {
background-color: $cyan;