Merge pull request #1422 from ae-utbm/fix-login-button

fix: login button background-color
This commit is contained in:
thomas girod
2026-06-05 00:31:36 +02:00
committed by GitHub
+2 -2
View File
@@ -123,7 +123,7 @@ $background-color-hovered: #283747;
justify-content: center; justify-content: center;
} }
>.button { a.button {
box-sizing: border-box; box-sizing: border-box;
height: 35px; height: 35px;
background-color: transparent; background-color: transparent;
@@ -139,7 +139,7 @@ $background-color-hovered: #283747;
font-size: .9em; font-size: .9em;
width: 120px; width: 120px;
&:hover { &:not(.link-like):not(:disabled):hover {
background-color: $background-color-hovered; background-color: $background-color-hovered;
} }
} }