Merge pull request #1073 from ae-utbm/header-fix

Fix unaligned tool link
This commit is contained in:
Bartuccio Antoine 2025-04-10 11:17:24 +02:00 committed by GitHub
commit 59b275ef43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -251,11 +251,13 @@ $hovered-red-text-color: #ff4d4d;
justify-content: flex-start;
}
a, button {
a,
button {
font-size: 100%;
margin: 0;
text-align: right;
color: $text-color;
margin-top: auto;
&:hover {
color: $hovered-text-color;
@ -266,12 +268,14 @@ $hovered-red-text-color: #ff4d4d;
margin: 0;
display: inline;
}
#logout-form button {
color: $red-text-color;
&:hover {
color: $hovered-red-text-color;
}
background: none;
border: none;
cursor: pointer;