Skip to content

Conversation

jotak
Copy link
Member

@jotak jotak commented May 2, 2025

image

Copy link

github-actions bot commented May 2, 2025

🙈 The PR is closed and the preview is expired.

Comment on lines 12 to 15
.search-button {
margin-left: 15px;
background: none;
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here you can add:

    color: #515151;
    display: block;
    font-size: 18px;
    transition: all .35s cubic-bezier(.13,.43,.54,1.82);

and when hovered:

.search-button:hover {
    color: #333030;
}

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems the font size slightly change when hovered too 🤔

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems the font size slightly change when hovered too 🤔

yes there's:

.menu ul li a:hover i {
  transform: scale(1.1);
}

I'll do it

@jotak jotak requested a review from jpinsonneau May 5, 2025 08:02
Copy link
Contributor

@jpinsonneau jpinsonneau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

perfect 👌 thanks @jotak !

@jotak jotak merged commit 99653f3 into netobserv:main May 5, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants