forked from noxious/client
More styling cleanup, tweaked login btns
This commit is contained in:
@ -66,8 +66,6 @@
|
||||
.button {
|
||||
padding: 10px 0;
|
||||
min-width: 100px;
|
||||
font-size: 0.65rem;
|
||||
border-radius: 5px;
|
||||
|
||||
span {
|
||||
margin: auto;
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user