nice-metropole: change item underline size and transition duration (#89422)

This commit is contained in:
Thomas Jund 2024-04-11 16:24:37 +02:00
parent 82ed4a126f
commit 8a9184d5cf
1 changed files with 2 additions and 2 deletions

View File

@ -289,11 +289,11 @@ $top-mobile-height : calc( #{nth($header-logo-size, 2)} + 2rem);
&::after {
content: "";
display: block;
height: 3px;
height: 2px;
width: 25px;
background-color: currentColor;
margin-top: 1rem;
transition: width 400ms;
transition: width 200ms;
}
}
&--item {