mirror of
https://github.com/ae-utbm/sith.git
synced 2025-04-16 02:50:22 +00:00
Merge pull request #1073 from ae-utbm/header-fix
Fix unaligned tool link
This commit is contained in:
commit
59b275ef43
@ -33,8 +33,8 @@ $hovered-red-text-color: #ff4d4d;
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
|
|
||||||
> a {
|
>a {
|
||||||
color: $text-color!important;
|
color: $text-color !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover>a {
|
&:hover>a {
|
||||||
@ -207,7 +207,7 @@ $hovered-red-text-color: #ff4d4d;
|
|||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
}
|
}
|
||||||
|
|
||||||
> a {
|
>a {
|
||||||
display: block;
|
display: block;
|
||||||
min-width: 40px;
|
min-width: 40px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
@ -251,11 +251,13 @@ $hovered-red-text-color: #ff4d4d;
|
|||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
}
|
}
|
||||||
|
|
||||||
a, button {
|
a,
|
||||||
|
button {
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
color: $text-color;
|
color: $text-color;
|
||||||
|
margin-top: auto;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: $hovered-text-color;
|
color: $hovered-text-color;
|
||||||
@ -266,12 +268,14 @@ $hovered-red-text-color: #ff4d4d;
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
#logout-form button {
|
#logout-form button {
|
||||||
color: $red-text-color;
|
color: $red-text-color;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: $hovered-red-text-color;
|
color: $hovered-red-text-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
background: none;
|
background: none;
|
||||||
border: none;
|
border: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user