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 Backend
Commits
b3e81d55
Commit
b3e81d55
authored
Jul 14, 2017
by
Svetlana Alieksieieva
Committed by
Matija Obreza
Jul 17, 2017
Browse files
92-header-changes-the-width-when-user-changes-language
parent
8ebbae07
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/sourceapp/1/styles/genesys.scss
View file @
b3e81d55
...
...
@@ -187,7 +187,7 @@ $light-font-family: 'Roboto-Light';
&
.nav-menu
,
&
.nav-menu-admin
{
>
li
{
>
a
{
padding
:
32px
1
6
px
23px
;
padding
:
32px
1
2
px
23px
;
color
:
$content-footer-bg
;
&
.dropdown-toggle
{
...
...
@@ -277,7 +277,7 @@ $light-font-family: 'Roboto-Light';
>
li
{
>
a
{
padding
:
32px
23px
23px
5px
;
font-size
:
1
8
px
;
font-size
:
1
7
px
;
font-family
:
$emphasis-font-family
;
color
:
$content-footer-bg
;
}
...
...
@@ -304,7 +304,7 @@ $light-font-family: 'Roboto-Light';
font-size
:
29px
;
height
:
100%
;
width
:
182px
;
margin-right
:
68
px
;
margin-right
:
20
px
;
img
{
display
:
inline-block
;
vertical-align
:
middle
;
...
...
@@ -4419,6 +4419,34 @@ table.accessions {
}
}
@media
(
min-width
:
1920px
)
{
#navbar
{
>
div
:first-child
{
display
:
flex
;
#navigation-menu
{
display
:
flex
;
justify-content
:
center
;
width
:
100%
;
}
}
}
}
@media
(
min-width
:
989px
)
{
#navigation-menu
{
li
{
&
.dropdown
{
a
{
padding-right
:
2px
;
}
}
}
}
}
@media
(
max-width
:
989px
)
{
.genesys-page
.nav-menu
.active
{
background-color
:
#33322D
;
...
...
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