futuro 0.1.4 → 0.1.5

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/_sass/_base.scss +1 -4
  3. data/_sass/_helpers.scss +33 -29
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 10ade31f9623fecc9a5dace9431d42d0fbe18bb7893d1c89e4c60242eaf46eec
4
- data.tar.gz: 76859f4edd3e60d271df9a141ae3d39d811be5a28fd4dd70a7b502e8365db143
3
+ metadata.gz: cfd98012768e7b05e0302b12629ff23d9c0c9b899d264047045494cbd5ef0776
4
+ data.tar.gz: 3c3f8564bd6097a7be94d474ee4db24b58d8e8ef769fc05ff5b6c28406f891a9
5
5
  SHA512:
6
- metadata.gz: 0c945c50da2f8a90d06ea55a750f816dd1ab11eb540963e0e23718d3f3bd588af9ce9933da7762049e2b0c4453c606e3783d02f85410b9aa73e1e5db8e00e150
7
- data.tar.gz: db90b5a907462b8ae0937f585649a79c4d6ad8148e5e7f684a7644be7814d62e961267f2bfb63145f428639d07d9515a827b14881ac592e1a6331f2e4b1ac55c
6
+ metadata.gz: c6f504d0ca97fbc02fa669a3044a586ddff884ab234e800944e209ac5f84741f14a5f2c0c0d38dbeeabc24004ee56bab9387326c4ec4e4ac9b83d01b7d514de3
7
+ data.tar.gz: 2f1cfafa0c424c4ae881bec15110fbb71130a5ebc5cdc62c2ed4090747c4005ad693ff78347f9b5ba76a9c9d3aa5951806536fdb5c75579a83cb88f184f9293b
data/_sass/_base.scss CHANGED
@@ -34,6 +34,7 @@ footer {
34
34
  }
35
35
 
36
36
  ul, ol {
37
+ list-style: inside;
37
38
  padding: 0;
38
39
  margin: 0;
39
40
 
@@ -70,7 +71,3 @@ button {
70
71
  border: none;
71
72
  padding: 0;
72
73
  }
73
-
74
- ul {
75
- padding-left: 20px;
76
- }
data/_sass/_helpers.scss CHANGED
@@ -21,11 +21,9 @@ $gun : darken(white,60%);
21
21
  $carbon : lighten(black,10%);
22
22
  $coal : lighten(black,5%);
23
23
 
24
- $min800h : 'only screen and (min-height: 800px)';
25
- $min1000w : 'only screen and (min-width: 1000px)';
26
- $min1200w : 'only screen and (min-width: 1200px)';
27
- $min1112w : 'only screen and (min-width: 1112px)';
28
- $min1224w : 'only screen and (min-width: 1224px)';
24
+ $min640w : 'only screen and (min-width: 640px)';
25
+ $min768w : 'only screen and (min-width: 768px)';
26
+ $min1024w : 'only screen and (min-width: 1024px)';
29
27
 
30
28
  @mixin zero($b:0,$r:0,$l:0,$t:0) {
31
29
  bottom: $b;
@@ -62,38 +60,44 @@ $min1224w : 'only screen and (min-width: 1224px)';
62
60
  }
63
61
  }
64
62
 
65
- %overlay_grid {
66
- grid-template-columns: 40px minmax(240px,500px) 40px;
67
- justify-content: center;
68
-
69
- &.--open {
70
- display: grid;
71
- }
72
- }
73
-
74
- %overlay_block {
75
- text-align: center;
76
- @include center();
77
-
78
- &.--open {
79
- display: block;
80
- }
81
- }
82
-
83
63
  %area_grid {
84
64
  grid-template-columns: 40px minmax(240px,1000px) 40px;
85
65
  justify-content: center;
86
66
  display: grid;
87
67
  }
88
68
 
89
- %wrap_grid {
90
- grid-column: 2 / 3;
91
- display: grid;
69
+ %overlay {
70
+ &_grid {
71
+ grid-template-columns: 40px minmax(240px,500px) 40px;
72
+ justify-content: center;
73
+
74
+ &.--open {
75
+ display: grid;
76
+ }
77
+ }
78
+ &_block {
79
+ text-align: center;
80
+ @include center();
81
+
82
+ &.--open {
83
+ display: block;
84
+ }
85
+ }
92
86
  }
93
87
 
94
- %wrap_block {
95
- margin-right: auto;
96
- margin-left: auto;
88
+ %wrap {
89
+ &_grid {
90
+ grid-column: 2 / 3;
91
+ display: grid;
92
+ }
93
+ &_block {
94
+ margin-right: auto;
95
+ margin-left: auto;
96
+ }
97
+ &_overlay {
98
+ min-width: 240px;
99
+ @include ib;
100
+ }
97
101
  }
98
102
 
99
103
  :focus {
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.4
4
+ version: 0.1.5
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-13 00:00:00.000000000 Z
11
+ date: 2019-04-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll