Merge branch 'develop'

This commit is contained in:
Alice Gaudon 2021-01-26 13:37:58 +01:00
commit 1cdd118806
1 changed files with 13 additions and 5 deletions

View File

@ -156,10 +156,22 @@ body > header {
} }
.tip { .tip {
position: static;
visibility: visible;
opacity: 1;
display: block; display: block;
height: auto;
margin-left: 8px; margin-left: 8px;
text-transform: inherit; padding: 0 0 0 4px;
transform: none;
font-size: 16px;
line-height: 16px;
color: inherit;
text-transform: uppercase;
font-weight: inherit; font-weight: inherit;
background: transparent;
} }
&:hover { &:hover {
@ -260,10 +272,6 @@ body > header {
margin-top: 0; margin-top: 0;
margin-left: 8px; margin-left: 8px;
a, button, .button {
@include tip;
}
&:last-child { &:last-child {
a, button, .button { a, button, .button {
.tip { .tip {