ama_layout 4.10.0 → 4.10.1

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
  SHA1:
3
- metadata.gz: e8f440dc9a5c4aabe0fbcd00781dd36d074a9893
4
- data.tar.gz: 4c0d467852cc2583ac864d9a7908c98e11c61b63
3
+ metadata.gz: 8e26450d667413f0bcf39bbb5fb7fd007fe1cbdc
4
+ data.tar.gz: 8b1b5009278a81db34838c45ad7ecf56a6f7795c
5
5
  SHA512:
6
- metadata.gz: 38def0ff5fd56dd88a2fa34eb320ddeb10373617dd8969a037384733a643a090c84da4bef82abee08af08b7e12e6b0b3bf8b5ddfea8c9b645142c731eeec0ee5
7
- data.tar.gz: 4de3ef9637493d3cfce18e0557a6a0251172ed97f449eae6074d268236b244396a063c1839b35d970fc4c0fa569dd4e85d54a25b4a2904577c1aa6a43aab09a5
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;
@@ -1,3 +1,3 @@
1
1
  module AmaLayout
2
- VERSION = '4.10.0'
2
+ VERSION = '4.10.1'
3
3
  end
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.0
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-07 00:00:00.000000000 Z
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.4.5.1
433
+ rubygems_version: 2.5.1
434
434
  signing_key:
435
435
  specification_version: 4
436
436
  summary: ".ama.ab.ca site layouts"