Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
elixir
jekyll-elixir-theme
Commits
668064ce
Commit
668064ce
authored
Jul 08, 2019
by
Jacek Lebioda
Browse files
Hamburger menu button stays
parent
2d2b8ccd
Changes
2
Hide whitespace changes
Inline
Side-by-side
_sass/elixir/_layout.scss
View file @
668064ce
...
...
@@ -29,24 +29,25 @@
.hamburger
{
background
:
none
;
@media
only
screen
and
(
max-width
:
1000px
)
{
width
:
50px
;
height
:
50px
;
border
:
solid
2px
#e6e6e6
;
border-radius
:
12px
;
float
:
right
;
position
:
relative
;
top
:
30
px
;
position
:
fixed
;
top
:
15
px
right
:
20px
;
z-index
:
1
;
background-color
:
#023452
;
background
:
url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjEuNBNAaMQAAADTSURBVHhe7dhBDoJAEERRTmOIl0eM5zIqusbfsV0O4pLmv6R2vekBJqQ6SZIkSfqa57knJ/IgW/ckZ9LnestikNxINbHT70NgKJ58VWOu2cZQhde+Zco12xiKb6aqVQcQF0ZVQ67ZxlDVS/BKDrnmMgbjEEYyka2LHQaybnlJkrRv/DQcyYW8yNb93QfE8ndSzeo+IJ58Vav6gAqvfYt9QK7ZxpB9ALEPIPYBkiRpf/hpsA8g1dgHwD4g12xjyD7gM1uSfUCuuYxB+wBJkiRJhXXdGwOonxm4AJQaAAAAAElFTkSuQmCC')
;
background-size
:
contain
;
input
{
opacity
:
0
;
width
:
100%
;
height
:
100%
;
width
:
50px
;
height
:
50px
;
margin
:
0
;
z-index
:
10
;
cursor
:
pointer
;
...
...
elixir-theme.gemspec
View file @
668064ce
...
...
@@ -2,7 +2,7 @@
Gem
::
Specification
.
new
do
|
spec
|
spec
.
name
=
"elixir-theme"
spec
.
version
=
"0.2.
7
"
spec
.
version
=
"0.2.
8
"
spec
.
authors
=
[
"jacek.lebioda"
]
spec
.
email
=
[
"jacek.lebioda@uni.lu"
]
...
...
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