Skip to content

Commit

Permalink
Fixing colors
Browse files Browse the repository at this point in the history
  • Loading branch information
LeWarpy committed Jun 17, 2023
1 parent 44bf86e commit 5501a68
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/assets/css/panels/login.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,27 +22,27 @@
border: none;
margin: 2% 0;
height: 2em;
background-color: #00bd7a;
box-shadow: 0 0 5px #00bd7a;
background-color: #EB4760;
box-shadow: 0 0 5px #EB4760;
color: #121212;
font: normal normal bold 19px/29px Roboto;
cursor: pointer;
}

.login-type-btn:hover {
background-color: #006e47;
box-shadow: 0 0 5px #006e47;
background-color: #EB4760;
box-shadow: 0 0 5px #EB4760;
}

.login-type-btn:disabled {
background-color: #00bd7a;
box-shadow: 0 0 5px #00bd7a;
background-color: #EB4760;
box-shadow: 0 0 5px #EB4760;
cursor: default;
}

.login-type-btn:disabled:hover {
background-color: #00bd7a;
box-shadow: 0 0 5px #00bd7a;
background-color: #EB4760;
box-shadow: 0 0 5px #EB4760;
}

.login-card-mojang {
Expand Down Expand Up @@ -94,16 +94,16 @@
border: none;
margin: 2% 0;
height: 2em;
background-color: #00bd7a;
box-shadow: 0 0 5px #00bd7a;
background-color: #EB4760;
box-shadow: 0 0 5px #EB4760;
color: #121212;
font: normal normal bold 19px/29px Roboto;
cursor: pointer;
}

.login-btn:hover {
background-color: #006e47;
box-shadow: 0 0 5px #006e47;
background-color: #ff3856;
box-shadow: 0 0 5px #ff3856;
}

.cancel {
Expand Down

0 comments on commit 5501a68

Please sign in to comment.