ama_layout 2.3.0 → 2.3.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: 8a6e10b99fe36d98e5f2c92e15de6fef11fc3a45
4
- data.tar.gz: 57807ff5acde94910a24f511bd0c692da4b0e744
3
+ metadata.gz: 8b7ae146a31840c68c55a383c279f92a5c45ba1b
4
+ data.tar.gz: d10f8b2784b4fe9e21876e8f031fdb3704de0711
5
5
  SHA512:
6
- metadata.gz: ce9e3ae350ddcd7ce712181d5b8adb78d8e7cfa234cd112cea668a1a3149b37d1c4ed4101be6ba9145f2750c6d49be1fc4b575824a56921051ecd9d5a4328ce6
7
- data.tar.gz: 5394d89cc0502bcd772f8e4c93f24c2429038b9818b267b98cd0d9635c4a3e253617228162e7ad73285457ba544f202f8313caa35a8fd32ace0bc28fe8fa619f
6
+ metadata.gz: 4da4bdce025c7b3cedf04396acf816964320fe80d318b85f559c52e126522bcf620cf930b10d7a8f08b20347999df14adf495d50253357eb760722b0045fc406
7
+ data.tar.gz: d78b8bf35136f140be049db45a3e2c2b92055b58e877b562a27c103dc811bfac615a1faeb1a2a6664262de70967884cb03691416a390da297c3fff2f4e4c7d9c
@@ -211,6 +211,10 @@
211
211
  padding-left: 0 !important;
212
212
  }
213
213
 
214
+ .bmt{
215
+ padding-top: $base-padding;
216
+ }
217
+
214
218
  .bb0{
215
219
  border-bottom: 0px !important;
216
220
  }
@@ -381,3 +385,18 @@ button[disabled],
381
385
  .uppercase{
382
386
  text-transform: uppercase;
383
387
  }
388
+
389
+ .grey-sub-title{
390
+ font-weight: bold;
391
+ font-size: $base-font-size*0.875;
392
+ color: $charcoal;
393
+ padding: $base-padding;
394
+ }
395
+
396
+ .brand-blue-dark-text{
397
+ color: $brand-blue-dark;
398
+ }
399
+
400
+ .brand-blue-light-text{
401
+ color: $brand-blue-light;
402
+ }
@@ -1,3 +1,3 @@
1
1
  module AmaLayout
2
- VERSION = "2.3.0"
2
+ VERSION = "2.3.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: 2.3.0
4
+ version: 2.3.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: 2016-02-08 00:00:00.000000000 Z
21
+ date: 2016-02-12 00:00:00.000000000 Z
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency
24
24
  name: foundation-rails
@@ -359,7 +359,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
359
359
  version: '0'
360
360
  requirements: []
361
361
  rubyforge_project:
362
- rubygems_version: 2.5.1
362
+ rubygems_version: 2.4.5.1
363
363
  signing_key:
364
364
  specification_version: 4
365
365
  summary: ".ama.ab.ca site layouts"