Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SWLab UI
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
SWD
SWLab UI
Commits
9c530b05
Commit
9c530b05
authored
4 months ago
by
minseok.park
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix lint
parent
0376717e
Pipeline
#21502
passed with stages
in 3 minutes and 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
header.css
src/css/header.css
+5
-4
No files found.
src/css/header.css
View file @
9c530b05
...
@@ -248,14 +248,14 @@ body {
...
@@ -248,14 +248,14 @@ body {
position
:
fixed
;
position
:
fixed
;
width
:
100%
;
width
:
100%
;
top
:
75px
;
top
:
75px
;
left
:
0
px
;
left
:
0
;
right
:
0
px
;
right
:
0
;
background-color
:
rgb
(
255
,
255
,
255
);
background-color
:
rgb
(
255
,
255
,
255
);
z-index
:
100
;
z-index
:
100
;
flex-direction
:
column
;
flex-direction
:
column
;
padding
:
1rem
1.5rem
;
padding
:
1rem
1.5rem
;
color
:
rgb
(
0
,
114
,
206
);
color
:
rgb
(
0
,
114
,
206
);
box-shadow
:
rgba
(
0
,
0
,
0
,
0.16
)
0
px
6px
9px
0px
;
box-shadow
:
rgba
(
0
,
0
,
0
,
0.16
)
0
6px
9px
0
;
border-top
:
1px
solid
rgb
(
0
,
114
,
206
);
border-top
:
1px
solid
rgb
(
0
,
114
,
206
);
margin
:
0
;
margin
:
0
;
}
}
...
@@ -280,7 +280,7 @@ body {
...
@@ -280,7 +280,7 @@ body {
}
}
.mobile-menu-item
:active
{
.mobile-menu-item
:active
{
background-color
:
#F4F8FC
;
background-color
:
var
(
--color-blue-50
)
;
}
}
.mobile-menu-item
svg
{
.mobile-menu-item
svg
{
...
@@ -309,6 +309,7 @@ body {
...
@@ -309,6 +309,7 @@ body {
padding-left
:
0
;
padding-left
:
0
;
padding-right
:
0
;
padding-right
:
0
;
}
}
.mobile-menu-item
>
a
{
.mobile-menu-item
>
a
{
width
:
100%
;
width
:
100%
;
justify-content
:
center
;
justify-content
:
center
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment