ama_layout 2.3.0 → 2.3.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8b7ae146a31840c68c55a383c279f92a5c45ba1b
|
4
|
+
data.tar.gz: d10f8b2784b4fe9e21876e8f031fdb3704de0711
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
+
}
|
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: 2.3.
|
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-
|
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"
|