futuro 0.1.1 → 0.1.2
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 +4 -4
- data/_sass/_helpers.scss +33 -0
- data/_sass/_overlay.scss +0 -13
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4ee9be384b17e673fac9317b20210abc307e13d6d67497f9383cfcc62c501c03
|
|
4
|
+
data.tar.gz: 3b6838d46ff5ceb56a63e95fe904b1fb9396ec33bdc8ed20c78a0975362453b9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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-
|
|
11
|
+
date: 2019-04-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|