mirror of
https://github.com/ae-utbm/sith.git
synced 2026-06-05 07:39:21 +00:00
Merge pull request #1422 from ae-utbm/fix-login-button
fix: login button background-color
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user