Skip to content

Commit

Permalink
refactor: remove unused and refactor css | [#261]
Browse files Browse the repository at this point in the history
  • Loading branch information
gigigimay committed Oct 24, 2024
1 parent 3b77c24 commit 25f94ab
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions Electron/src/pages/StartMenu/startMenu.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,6 @@
z-index: 9999;
}

.loadingCircleWrapper {
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.contentWrapper {
background-color: black;
border-radius: 8px;
Expand Down Expand Up @@ -110,14 +101,10 @@
justify-content: center;
}

.loginButton:hover {
.loginButton:hover:enabled {
transform: scale(1.08);
}

.loginButton:disabled {
transform: none;
}

.registerButton {
border-radius: 999px;
background-color: var(--app-logo-color-darker);
Expand All @@ -131,14 +118,10 @@
justify-content: center;
}

.registerButton:hover {
.registerButton:hover:enabled {
transform: scale(1.04);
}

.registerButton:disabled {
transform: none;
}

.wrapperRegisterText {
font-weight: 400;
}
Expand Down

0 comments on commit 25f94ab

Please sign in to comment.