jekyll-theme-noesya 1.0.20 → 1.0.21
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/header.html +1 -1
- data/_sass/commons/darkmode.sass +1 -1
- data/_sass/commons/header.sass +8 -2
- data/_sass/components/menu.sass +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5a6e29207f3bc4c283ccd58315934efc9836da9f5ea2e2f975f8b3cf45191e53
|
4
|
+
data.tar.gz: e87a4e0d20feba7d2878cf8756a2a5f57256aa7c1c9d728e519629e035b3ab1f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cb996758213248c7d8d3ad1ebca0568edecbe7d0dde84fe74bc650694b0b43acfd340dc3f90274224135da6743f29262894d00233e53447cb3b1c0b05cd4c489
|
7
|
+
data.tar.gz: c1e7e3ca54c6f75514d275319a04fbc343882521d21cd8d221a49b162bce6be377b4f3b24d85596206f0f39a9f34b516fe034545e6f2e7c9cf206f08e2aabfbb
|
data/_includes/header.html
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
<header id="header"{% unless site.options.menu_burger %} class="
|
1
|
+
<header id="header"{% unless site.options.menu_burger %} class="menu-burger-only-mobile"{% endunless %}>
|
2
2
|
<a href="/">
|
3
3
|
<img src="https://assets.noesya.coop/images/logos/logo-noesya.svg" alt="{{ site.title }}" width="100" height="26">
|
4
4
|
</a>
|
data/_sass/commons/darkmode.sass
CHANGED
data/_sass/commons/header.sass
CHANGED
@@ -10,8 +10,10 @@ body > header
|
|
10
10
|
z-index: 2
|
11
11
|
@include media-breakpoint-up(md)
|
12
12
|
padding-top: $grid-gutter * 2
|
13
|
-
&.
|
13
|
+
&.menu-burger-only-mobile
|
14
14
|
margin-top: -3px
|
15
|
+
nav
|
16
|
+
margin-top: -3px
|
15
17
|
a
|
16
18
|
text-decoration: none
|
17
19
|
// Logo
|
@@ -30,8 +32,12 @@ body > header
|
|
30
32
|
flex-shrink: 0
|
31
33
|
font-size: px2rem(25)
|
32
34
|
margin-left: $grid-gutter
|
33
|
-
margin-top: -
|
35
|
+
margin-top: -4px
|
34
36
|
vertical-align: middle
|
37
|
+
@media (max-width: 350px)
|
38
|
+
font-size: px2rem(20)
|
39
|
+
margin-left: 15px
|
40
|
+
|
35
41
|
@include media-breakpoint-up(lg)
|
36
42
|
width: calc(8.3333% + 9px)
|
37
43
|
img
|
data/_sass/components/menu.sass
CHANGED
@@ -32,7 +32,7 @@
|
|
32
32
|
right: 35px
|
33
33
|
top: 35px
|
34
34
|
@include media-breakpoint-up(lg)
|
35
|
-
.
|
35
|
+
.menu-burger-only-mobile &
|
36
36
|
display: none
|
37
37
|
i, &::after, &::before
|
38
38
|
background: $primary
|
@@ -87,7 +87,7 @@
|
|
87
87
|
width: calc(50vw + min(1040px, calc(100vw - 390px)) / 2)
|
88
88
|
@include media-breakpoint-up(lg)
|
89
89
|
width: calc(50vw + min(1010px, calc((100vw - 100px) * (10/12) - 110px)) / 2)
|
90
|
-
.
|
90
|
+
.menu-burger-only-mobile &
|
91
91
|
background: transparent
|
92
92
|
margin-left: auto
|
93
93
|
padding-top: 0
|
@@ -113,7 +113,7 @@
|
|
113
113
|
text-decoration: underline 1px
|
114
114
|
text-underline-offset: 5px
|
115
115
|
@include media-breakpoint-up(lg)
|
116
|
-
.
|
116
|
+
.menu-burger-only-mobile &
|
117
117
|
li:not(:first-child)
|
118
118
|
margin-left: $grid-gutter * 2
|
119
119
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-noesya
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.21
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sébastien Moulène
|
@@ -157,7 +157,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
157
157
|
- !ruby/object:Gem::Version
|
158
158
|
version: '0'
|
159
159
|
requirements: []
|
160
|
-
rubygems_version: 3.1.
|
160
|
+
rubygems_version: 3.1.4
|
161
161
|
signing_key:
|
162
162
|
specification_version: 4
|
163
163
|
summary: Noesya theme for Jekyll.
|