Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Genesys PGR
Genesys Website
Commits
367e918a
Commit
367e918a
authored
Mar 11, 2019
by
Viacheslav Pavlov
Browse files
Merge branch '246-logo-underline' into 'master'
Logo underline Closes
#246
See merge request genesys-pgr/genesys-ui!251
parents
0c4d09c0
f0e8509f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ui/layout/headers/v1/NavigationBar.tsx
View file @
367e918a
...
...
@@ -32,6 +32,7 @@ const styleSheet = (theme) => ({
headerRoot
:
{
// backgroundColor: '#fff',
height
:
'
auto
'
,
paddingRight
:
'
0!important
'
,
[
theme
.
breakpoints
.
down
(
'
md
'
)]:
{
height
:
'
3.5rem
'
,
},
...
...
@@ -50,7 +51,7 @@ const styleSheet = (theme) => ({
flexDirection
:
'
row
'
as
'
row
'
,
alignItems
:
'
center
'
as
'
center
'
,
justifyContent
:
'
space-between
'
as
'
space-between
'
,
borderBottom
:
'
solid #
cacaca
3px
'
,
borderBottom
:
'
solid #
999488
3px
'
,
boxSizing
:
'
border-box
'
as
'
border-box
'
,
[
theme
.
breakpoints
.
down
(
'
md
'
)]:
{
height
:
'
3.5rem
'
,
...
...
@@ -105,7 +106,7 @@ const styleSheet = (theme) => ({
}
},
menuWrapper
:
{
borderBottom
:
'
solid #
cacaca
3px
'
,
borderBottom
:
'
solid #
999488
3px
'
,
backgroundColor
:
'
#88B941
'
,
width
:
'
3.6rem
'
,
height
:
'
3.5rem
'
,
...
...
Write
Preview
Supports
Markdown
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