Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Ecolyo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
web-et-numerique
Factory
LLLE_Project
Ecolyo
Commits
3fffd3b6
Commit
3fffd3b6
authored
4 years ago
by
Gauthier LEFEVRE
Browse files
Options
Downloads
Patches
Plain Diff
correction-nom-classe-css
parent
399d7d57
No related branches found
No related tags found
3 merge requests
!28
Merge fix from dev
,
!27
Dev
,
!22
modification-navbar-et-css-pour-ajouter-pastille-de-notification
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/components/ContentComponents/Navbar/Navbar.tsx
+1
-1
1 addition, 1 deletion
src/components/ContentComponents/Navbar/Navbar.tsx
src/styles/components/_nav.scss
+1
-1
1 addition, 1 deletion
src/styles/components/_nav.scss
with
2 additions
and
2 deletions
src/components/ContentComponents/Navbar/Navbar.tsx
+
1
−
1
View file @
3fffd3b6
...
...
@@ -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
}
/>
...
...
This diff is collapsed.
Click to expand it.
src/styles/components/_nav.scss
+
1
−
1
View file @
3fffd3b6
...
...
@@ -77,7 +77,7 @@
}
}
.nb-
defis
-notif
{
.nb-
challenge
-notif
{
@media
#{
$large-phone
}
{
left
:
25px
;
padding
:
4px
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment