Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
design-system-library
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
systemes-dinformation
design-system
design-system-library
Commits
13a659e1
Commit
13a659e1
authored
1 month ago
by
Marlène SIMONDANT
Browse files
Options
Downloads
Patches
Plain Diff
Header
parent
071dd33f
No related branches found
No related tags found
1 merge request
!3
Header
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ds-ml-css/components/header.scss
+33
-0
33 additions, 0 deletions
ds-ml-css/components/header.scss
ds-ml-css/ds-ml-color-var.scss
+2
-2
2 additions, 2 deletions
ds-ml-css/ds-ml-color-var.scss
ds-ml-css/ds-ml.scss
+1
-0
1 addition, 0 deletions
ds-ml-css/ds-ml.scss
with
36 additions
and
2 deletions
ds-ml-css/components/header.scss
0 → 100644
+
33
−
0
View file @
13a659e1
/* Header */
header
{
display
:
flex
;
flex
:
1
;
flex-flow
:
wrap
;
align-items
:
center
;
gap
:
5px
32px
;
padding
:
0
48px
;
box-shadow
:
0px
6px
18px
0px
rgba
(
0
,
0
,
18
,
0
.08
);
.logo
{
width
:
200px
;
height
:
200px
;
}
a
{
display
:
flex
;
font-size
:
var
(
--
ml-medium-font-size
);
color
:
var
(
--
ml-header-links
);
border-bottom
:
4px
solid
var
(
--
ml-header-background
);
text-decoration
:
none
;
padding
:
20px
0px
;
justify-content
:
center
;
align-items
:
center
;
gap
:
10px
;
&
:hover
{
border-bottom
:
4px
solid
var
(
--
ml-header-hover
);
}
&
.selected
{
border-bottom
:
4px
solid
var
(
--
ml-header-selected
);
font-weight
:
bold
;
}
}
}
This diff is collapsed.
Click to expand it.
ds-ml-css/ds-ml-color-var.scss
+
2
−
2
View file @
13a659e1
...
...
@@ -113,7 +113,7 @@
/* FOOTER BACKGROUND */
--ml-footer-background-color
:
var
(
--
ml-n950
);
--ml-footer-links-color
:var
(
--ml-n000
)
;
--ml-footer-links-color
:
var
(
--
ml-n000
);
}
*[
dark
]
{
...
...
@@ -251,5 +251,5 @@
/* FOOTER BACKGROUND */
--ml-footer-background-color
:
var
(
--
ml-n000
);
--ml-footer-links-color
:var
(
--ml-n950
)
;
--ml-footer-links-color
:
var
(
--
ml-n950
);
}
This diff is collapsed.
Click to expand it.
ds-ml-css/ds-ml.scss
+
1
−
0
View file @
13a659e1
...
...
@@ -6,6 +6,7 @@
@use
'components/accordion.scss'
;
@use
'components/badge.scss'
;
@use
'components/button.scss'
;
@use
'components/header.scss'
;
@use
'components/input.scss'
;
@use
'components/radio-button-checkbox.scss'
;
@use
'components/footer.scss'
;
...
...
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