lille-metropole-2022: fix custom links rendering (#71819) #43

Merged
smihai merged 2 commits from wip/71819-fix-custom-links-rendering into main 2022-11-29 13:01:45 +01:00
1 changed files with 3 additions and 3 deletions

View File

@ -104,7 +104,7 @@ div.gru-nav {
font-size: 130%;
&::after {
content: '';
border: 0.2rem solid $primary-color;
border-top: 0.4rem solid $primary-color;
display: block;
width: 3.15rem;
@media ($max-mobile-viewport) {
@ -142,7 +142,7 @@ div.gru-nav {
a {
&::before {
content: '';
border: 0.2rem solid $primary-color;
border-top: 0.4rem solid $primary-color;
display: inline-block;
width: 1.15rem;
margin-right: 1rem;
@ -189,7 +189,7 @@ div.previous-button button {
position: absolute;
bottom: 0;
content: '';
border: 0.2rem solid $primary-color;
border-top: 0.4rem solid $primary-color;
width: 5rem;
}
}