futuro 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4ee9be384b17e673fac9317b20210abc307e13d6d67497f9383cfcc62c501c03
4
- data.tar.gz: 3b6838d46ff5ceb56a63e95fe904b1fb9396ec33bdc8ed20c78a0975362453b9
3
+ metadata.gz: ffbe96678a29b9be4ef8a9d28111a298528724e45f24eb2466e5743a9e5e5f85
4
+ data.tar.gz: d786663dcf812e2691b0679e28b07c6bfb2c1454a48a6ac9f06431a4a1c317eb
5
5
  SHA512:
6
- metadata.gz: 69e87fced3ac1d3cc7c724b8be8c291e525be1f6e3e2896419b84e0e1778ef46da035624c11e37ba4abf7a67f553d8cfa0fd7c77e3125b5918fd578ef2cca034
7
- data.tar.gz: 1486c8e0e464b349a91cca9c26ebb2e16ac895c5f3e426c10c9156494e4051599dc5aca7600bfa7cebeb7761b612fb4ae710ae64d20970850fc9424d5e05372f
6
+ metadata.gz: 8dd1f94959f13513e86158e1aeda19055ec61df8ec6df638a3a8340017cfb3c38b05321ddbf309ee87feaea66b4ec2baa606b64994d6ecc3fc02c8bd0e3ce2ef
7
+ data.tar.gz: cab452fd77642594b4b1822260646d5e0ed4f8a7857d9f234456bc1f4a8975c54d9d7c1d91b7ffcc16a1cceb7913f18d4a281eb15ab3143a0a0d613f7aad9154
@@ -1,11 +1,5 @@
1
1
 
2
- <div class="overlay _load --open">
3
- <div class="container">
4
- <div class="wrap _load">
5
- <div class="title _load">loading</div>
6
- <div class="box _load">
7
- <div class="bar _load"></div>
8
- </div>
9
- </div>
10
- </div>
2
+ <div class="title _load">loading</div>
3
+ <div class="box _load">
4
+ <div class="bar _load"></div>
11
5
  </div>
@@ -0,0 +1,13 @@
1
+
2
+ {% if include.state %}
3
+ <div class="overlay{{ include.title | downcase | prepend: ' _' }}{{ include.state | downcase | prepend: ' --' }}">
4
+ {% else %}
5
+ <div class="overlay{{ include.title | downcase | prepend: ' _' }}">
6
+ {% endif %}
7
+ {% unless page.type == 'overlay' %}
8
+ <div class="exit"></div>
9
+ {% endunless %}
10
+ <div class="wrap _overlay{{ include.title | prepend: ' --' }}">
11
+ {% include {{ include.title | downcase | prepend: 'html/overlay-' | append: '.html' }} %}
12
+ </div>
13
+ </div>
data/_layouts/demo.html CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  <body>
7
7
 
8
- {% include html/overlay-load.html %}
8
+ {% include html/overlay.html title='load' state='open' %}
9
9
 
10
10
  <div class="site">
11
11
 
data/_sass/_helpers.scss CHANGED
@@ -63,7 +63,7 @@ $min1224w : 'only screen and (min-width: 1224px)';
63
63
  }
64
64
 
65
65
  %overlay_grid {
66
- grid-template-columns: 40px 600px 40px;
66
+ grid-template-columns: 40px 560px 40px;
67
67
  justify-content: center;
68
68
  overflow: scroll;
69
69
  position: fixed;
data/_sass/_titles.scss CHANGED
@@ -1,7 +1,9 @@
1
1
 
2
2
  .title {
3
+
3
4
  &._load {
4
5
  padding-bottom: 20px;
6
+ text-align: center;
5
7
  color: red;
6
8
 
7
9
  &.--pop {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: futuro
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Heading
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-04-10 00:00:00.000000000 Z
11
+ date: 2019-04-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -93,6 +93,7 @@ files:
93
93
  - _includes/html/analytics.html
94
94
  - _includes/html/head.html
95
95
  - _includes/html/overlay-load.html
96
+ - _includes/html/overlay.html
96
97
  - _includes/html/scripts.html
97
98
  - _layouts/demo.html
98
99
  - _sass/_area.scss