futuro 0.1.5 → 0.1.6

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: cfd98012768e7b05e0302b12629ff23d9c0c9b899d264047045494cbd5ef0776
4
- data.tar.gz: 3c3f8564bd6097a7be94d474ee4db24b58d8e8ef769fc05ff5b6c28406f891a9
3
+ metadata.gz: de1b4f40183598b07d72068bdf3cbc0d28e10d19df77a509d5853854e1a408f3
4
+ data.tar.gz: cecfe45c207f0f182cb2a1576c54585c1f70034d0cb3af8d037e10519825d982
5
5
  SHA512:
6
- metadata.gz: c6f504d0ca97fbc02fa669a3044a586ddff884ab234e800944e209ac5f84741f14a5f2c0c0d38dbeeabc24004ee56bab9387326c4ec4e4ac9b83d01b7d514de3
7
- data.tar.gz: 2f1cfafa0c424c4ae881bec15110fbb71130a5ebc5cdc62c2ed4090747c4005ad693ff78347f9b5ba76a9c9d3aa5951806536fdb5c75579a83cb88f184f9293b
6
+ metadata.gz: 23f297310685c51a7bdb6b2596f222438b6997a4cc3aaf429aae29445d0c63ac18b2475b9b91b8c66dd900ac7206104a7a004e908594c8dbf62dc1a55aa6d0ff
7
+ data.tar.gz: 45eda3f1db2ec3609d0ad21726618ce3df64e816316a9605f6ddcd6a6362a61f02bb6936f16558f0142d9e8cf017666879ddf2533b3ca4da1fc9c5cf5f2e72b6
data/_sass/_helpers.scss CHANGED
@@ -61,20 +61,36 @@ $min1024w : 'only screen and (min-width: 1024px)';
61
61
  }
62
62
 
63
63
  %area_grid {
64
- grid-template-columns: 40px minmax(240px,1000px) 40px;
65
64
  justify-content: center;
66
65
  display: grid;
67
66
  }
68
67
 
68
+ %grid {
69
+
70
+ &_default {
71
+ grid-template-columns: 40px minmax(240px,1000px) 40px;
72
+ }
73
+
74
+ &_load {
75
+ grid-template-columns: 40px minmax(240px,320px) 40px;
76
+ }
77
+
78
+ &_overlay {
79
+ grid-template-columns: 40px minmax(240px,560px) 40px;
80
+ }
81
+ }
82
+
69
83
  %overlay {
84
+ display: none;
85
+
70
86
  &_grid {
71
- grid-template-columns: 40px minmax(240px,500px) 40px;
72
87
  justify-content: center;
73
88
 
74
89
  &.--open {
75
90
  display: grid;
76
91
  }
77
92
  }
93
+
78
94
  &_block {
79
95
  text-align: center;
80
96
  @include center();
@@ -86,14 +102,17 @@ $min1024w : 'only screen and (min-width: 1024px)';
86
102
  }
87
103
 
88
104
  %wrap {
105
+
89
106
  &_grid {
90
107
  grid-column: 2 / 3;
91
108
  display: grid;
92
109
  }
110
+
93
111
  &_block {
94
112
  margin-right: auto;
95
113
  margin-left: auto;
96
114
  }
115
+
97
116
  &_overlay {
98
117
  min-width: 240px;
99
118
  @include ib;
data/_sass/_overlay.scss CHANGED
@@ -16,8 +16,8 @@
16
16
  color: $gun;
17
17
 
18
18
  &.--demo {
19
- grid-template-columns: 40px minmax(240px,320px) 40px;
20
19
  @extend %overlay_grid;
20
+ @extend %grid_load;
21
21
  }
22
22
  }
23
23
  }
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.5
4
+ version: 0.1.6
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-14 00:00:00.000000000 Z
11
+ date: 2019-04-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll