futuro 0.1.1 → 0.1.2

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: f75bcb308e7dda8a613f0459a462bda0529f487a0192b1b6f5fbc2924a585032
4
- data.tar.gz: c2dce1bed140a8d5c139190e8d088d0a478cc5f34379e6604d1ca0ebde3a2f86
3
+ metadata.gz: 4ee9be384b17e673fac9317b20210abc307e13d6d67497f9383cfcc62c501c03
4
+ data.tar.gz: 3b6838d46ff5ceb56a63e95fe904b1fb9396ec33bdc8ed20c78a0975362453b9
5
5
  SHA512:
6
- metadata.gz: 8ce85d0348fdd42d4f60e5fae97e95feb60c1228c27e2c080bdaa62b2942aaa85fc83365fd0978285715244bca499c96189df9c217c7f0495efc6e06dabecb42
7
- data.tar.gz: 68d8fe21e7c3e11101e9f08a5ffdb1c3ccd3ed14ffd8841afe7ac80b0846835dfc200aa6e7080df83241f3037c982ceae7bfafe46e5a860ca6d0d4729aeab22c
6
+ metadata.gz: 69e87fced3ac1d3cc7c724b8be8c291e525be1f6e3e2896419b84e0e1778ef46da035624c11e37ba4abf7a67f553d8cfa0fd7c77e3125b5918fd578ef2cca034
7
+ data.tar.gz: 1486c8e0e464b349a91cca9c26ebb2e16ac895c5f3e426c10c9156494e4051599dc5aca7600bfa7cebeb7761b612fb4ae710ae64d20970850fc9424d5e05372f
data/_sass/_helpers.scss CHANGED
@@ -62,11 +62,44 @@ $min1224w : 'only screen and (min-width: 1224px)';
62
62
  }
63
63
  }
64
64
 
65
+ %overlay_grid {
66
+ grid-template-columns: 40px 600px 40px;
67
+ justify-content: center;
68
+ overflow: scroll;
69
+ position: fixed;
70
+ display: none;
71
+ @include zero;
72
+ height: 100%;
73
+ width: 100%;
74
+
75
+ &.--open {
76
+ display: grid;
77
+ }
78
+ }
79
+
80
+ %overlay_block {
81
+ text-align: center;
82
+ @include center();
83
+ overflow: scroll;
84
+ @include zero();
85
+ position: fixed;
86
+ display: none;
87
+
88
+ &.--open {
89
+ display: block;
90
+ }
91
+ }
92
+
65
93
  %wrap_grid {
66
94
  grid-column: 2 / 3;
67
95
  display: grid;
68
96
  }
69
97
 
98
+ %wrap_block {
99
+ margin-right: auto;
100
+ margin-left: auto;
101
+ }
102
+
70
103
  :focus {
71
104
  outline: rgba(0,0,0,0);
72
105
  }
data/_sass/_overlay.scss CHANGED
@@ -1,21 +1,8 @@
1
1
 
2
2
  .overlay {
3
- padding: 120px 40px;
4
- text-align: center;
5
- @include center();
6
- overflow: scroll;
7
- @include zero();
8
- position: fixed;
9
- display: none;
10
- z-index: 3;
11
-
12
3
  &._load {
13
4
  background-color: $smoke;
14
5
  font-size: 54px;
15
6
  color: $gun;
16
7
  }
17
-
18
- &.--open {
19
- display: block;
20
- }
21
8
  }
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.1
4
+ version: 0.1.2
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-05 00:00:00.000000000 Z
11
+ date: 2019-04-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll