Skip to content
Snippets Groups Projects
Commit 3fffd3b6 authored by Gauthier LEFEVRE's avatar Gauthier LEFEVRE
Browse files

correction-nom-classe-css

parent 399d7d57
No related branches found
No related tags found
3 merge requests!28Merge fix from dev,!27Dev,!22modification-navbar-et-css-pour-ajouter-pastille-de-notification
......@@ -40,7 +40,7 @@ export const Navbar = ({ t }: NavbarProps) => {
activeClassName="is-active"
>
{challengeNotification && (
<div className="icons-notif nb-defis-notif text-16-bold">1</div>
<div className="nb-challenge-notif text-16-bold">1</div>
)}
<Icon className="c-nav-icon off" icon={ChallengeIconOff} />
<Icon className="c-nav-icon on" icon={ChallengeIconOn} />
......
......@@ -77,7 +77,7 @@
}
}
.nb-defis-notif {
.nb-challenge-notif {
@media #{$large-phone} {
left: 25px;
padding: 4px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment