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
68a4ad76
Commit
68a4ad76
authored
Jun 05, 2024
by
minseok.park
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update navbar-item
parent
3a0e4b2f
Pipeline
#19205
passed with stages
in 3 minutes and 15 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
vars.css
src/css/vars.css
+1
-1
header-content.hbs
src/partials/header-content.hbs
+5
-4
No files found.
src/css/vars.css
View file @
68a4ad76
...
...
@@ -19,7 +19,7 @@
--color-black
:
#000
;
--color-blue-10
:
#f8f9fd
;
--color-blue-30
:
#dee2e6
;
--color-bwg-main
:
#0072
CE
;
--color-bwg-main
:
#0072
ce
;
/* fonts */
--rem-base
:
18
;
/* used to compute rem value from desired pixel value (e.g., calc(18 / var(--rem-base) * 1rem) = 18px) */
--body-font-size
:
1.0625em
;
/* 17px */
...
...
src/partials/header-content.hbs
View file @
68a4ad76
...
...
@@ -17,13 +17,14 @@
</div>
<div
id=
"topbar-nav"
class=
"navbar-menu"
>
<div
class=
"navbar-end"
>
<a
class=
"navbar-item"
href=
"
#
"
>
Home
</a>
<a
class=
"navbar-item"
href=
"
https://swlab.bwg.co.kr/
"
>
Home
</a>
<div
class=
"navbar-item has-dropdown is-hoverable"
>
<a
class=
"navbar-link"
href=
"#"
>
Products
</a>
<div
class=
"navbar-dropdown"
>
<a
class=
"navbar-item"
href=
"#"
>
Product A
</a>
<a
class=
"navbar-item"
href=
"#"
>
Product B
</a>
<a
class=
"navbar-item"
href=
"#"
>
Product C
</a>
<a
class=
"navbar-item"
href=
"#"
>
BXCM
</a>
<a
class=
"navbar-item"
href=
"#"
>
BXCP
</a>
<a
class=
"navbar-item"
href=
"#"
>
BXI
</a>
<a
class=
"navbar-item"
href=
"#"
>
BXM
</a>
</div>
</div>
<div
class=
"navbar-item"
>
...
...
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