jekyll-theme-pirati 5.3.0 → 5.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ff5febe532490325c15942a535cb01c0506d8ffd7b88a0cf5428d5dc03dc8d86
4
- data.tar.gz: 8f16c7e0bdaa4570e6d2e163c8c60d067653a20922aea677e1d287c380dca2f4
3
+ metadata.gz: 2ee021d138930108f8492ee0773747b9ae03e104f16e515232b069edaa04284c
4
+ data.tar.gz: e1cd99f4ccdfcf6d456c7205f1772150017053e3a2a04b06441e588c2099a82d
5
5
  SHA512:
6
- metadata.gz: 78c767e44dcef505726a6212575641abdfb83813a57cfd700ce5db7013c27c531e426c6421dd1735dcc5f42a403d2ffcfb7f82dc0a2cd9deab3fd3efd199b973
7
- data.tar.gz: 40965d16dc1e5b79d0c84261ff5a1dd2007aae971160f6dd3ff79501ca58ca45e05b2cdb6c72f46253d031a3bc58e0c72c8f7c944e7019fad7f2671d32fa5ef3
6
+ metadata.gz: 40e6fe1bd337fc5233c24f408012cac45e8bc99b4281be6983576ac5c4a6f1e707d45c3d1fd3093a137339f56676011a1a50b901edaad5da26de8e0011af3364
7
+ data.tar.gz: bad7a4e2090d05edd16377f4dba838ac9584aab9f737449a13a31263b1cf5794c37affdc6da37c7293df06db4fe8eab531fa6aeb3756413edbff8707615dbfb0
@@ -1,9 +1,7 @@
1
- <div class="text-right show-for-medium-up hide-for-print">
2
- <a href="{{ site.github.url }}edit/{{ site.github.branch }}/{{ page.path }}" class="label secondary" style="background-color:#bbb">
3
- <i class="fa fa-pencil"></i>
4
- Navrhni úpravu
5
- </a>
6
- </div>
1
+ <a href="{{ site.github.url }}edit/{{ site.github.branch }}/{{ page.path }}" class="c-suggest-improvement show-for-medium-up hide-for-print">
2
+ <i class="fa fa-pencil"></i>
3
+ Navrhni úpravu
4
+ </a>
7
5
 
8
6
  <footer class="o-section o-section--darker o-section--bigger u-inverted u-cf">
9
7
  <div class="o-section-inner">
@@ -0,0 +1,10 @@
1
+ .c-suggest-improvement {
2
+ float: right;
3
+ padding: .25em .5em;
4
+ background: lighten($primary-color, 10%);
5
+ color: $dark-gray;
6
+
7
+ &:hover {
8
+ color: $light-gray;
9
+ }
10
+ }
@@ -36,6 +36,7 @@
36
36
  @import 'components/widget-simple-text';
37
37
  @import 'components/pagination';
38
38
  @import 'components/Slider';
39
+ @import 'components/suggest-improvement';
39
40
  @import 'components/simple-accordion';
40
41
  @import 'components/hero';
41
42
  @import 'components/blockquote';
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-pirati
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.3.0
4
+ version: 5.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jitka Novotná
@@ -153,6 +153,7 @@ files:
153
153
  - _sass/components/pagination.scss
154
154
  - _sass/components/program.scss
155
155
  - _sass/components/simple-accordion.scss
156
+ - _sass/components/suggest-improvement.scss
156
157
  - _sass/components/tag.scss
157
158
  - _sass/components/tile.scss
158
159
  - _sass/components/top-bar.scss