ama_layout 4.10.0 → 4.10.1
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
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8e26450d667413f0bcf39bbb5fb7fd007fe1cbdc
|
|
4
|
+
data.tar.gz: 8b1b5009278a81db34838c45ad7ecf56a6f7795c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 173f73f9f9d00c97cea0463cf955eca207664b8c7b70d3ca463e72bd9078ff04947d8b9309ca8c51da3c0869bc9a54199812d04d1d26f43568625e67c5357cf0
|
|
7
|
+
data.tar.gz: 05ea910ade7a0211f7217553f9e6ca6515fab2cff3b345c80b6e800465e7b82ab67d635e0be4104324fc9f7ad2427c50b20bb7e0c1b5c0781f21b1251719c6b4
|
|
@@ -218,6 +218,24 @@
|
|
|
218
218
|
background-color: rgba(255,255,255,0.6);
|
|
219
219
|
}
|
|
220
220
|
|
|
221
|
+
.vr{
|
|
222
|
+
width: 2px;
|
|
223
|
+
background-color: $stone;
|
|
224
|
+
height: 100%;
|
|
225
|
+
position: absolute;
|
|
226
|
+
right: 0;
|
|
227
|
+
top: 0;
|
|
228
|
+
|
|
229
|
+
&--horizontal-mobile{
|
|
230
|
+
@extend .vr;
|
|
231
|
+
@include breakpoint(small down){
|
|
232
|
+
width: 100%;
|
|
233
|
+
height: 2px;
|
|
234
|
+
top: 100%;
|
|
235
|
+
}
|
|
236
|
+
}
|
|
237
|
+
}
|
|
238
|
+
|
|
221
239
|
/* ==================== 7. Lists ==================== */
|
|
222
240
|
.lined-list{
|
|
223
241
|
list-style: none;
|
data/lib/ama_layout/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ama_layout
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.10.
|
|
4
|
+
version: 4.10.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michael van den Beuken
|
|
@@ -18,7 +18,7 @@ authors:
|
|
|
18
18
|
autorequire:
|
|
19
19
|
bindir: bin
|
|
20
20
|
cert_chain: []
|
|
21
|
-
date: 2017-02-
|
|
21
|
+
date: 2017-02-08 00:00:00.000000000 Z
|
|
22
22
|
dependencies:
|
|
23
23
|
- !ruby/object:Gem::Dependency
|
|
24
24
|
name: foundation-rails
|
|
@@ -430,7 +430,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
430
430
|
version: '0'
|
|
431
431
|
requirements: []
|
|
432
432
|
rubyforge_project:
|
|
433
|
-
rubygems_version: 2.
|
|
433
|
+
rubygems_version: 2.5.1
|
|
434
434
|
signing_key:
|
|
435
435
|
specification_version: 4
|
|
436
436
|
summary: ".ama.ab.ca site layouts"
|