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
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hyeryung
SWLab UI
Commits
68a4ad76
Commit
68a4ad76
authored
8 months ago
by
minseok.park
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update navbar-item
parent
3a0e4b2f
Hide 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 */
...
...
This diff is collapsed.
Click to expand it.
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"
>
...
...
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