ama_layout 4.2.2 → 4.2.3

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: eefcf2f04134581e1fd06e16e2455f40247d612b
4
- data.tar.gz: 5c764fb5d46e6f84ab20df1559dd12678be6f434
3
+ metadata.gz: a0ebb9905c591ec470b877697247683918f7c08d
4
+ data.tar.gz: 4f300cbf55935c4fd56caa895d356c4a1ecb5a89
5
5
  SHA512:
6
- metadata.gz: fdee6e8b79db0b9e9c1131cdea0823ae724b3d8465f3705076e4f50af29cc712cfc77c9952d1ba1e4cd3fd1d7403ca823c8f6b719425fdacb5e5a46a84214a58
7
- data.tar.gz: 638c6bc5ae84b2281408a5bac2877090c579b07c63abbeca22445c6aaaaef4349ceb321beaf0bbce21bc5ab45c77476163ac1d63d1f3ea6ad6f4805ace5a709e
6
+ metadata.gz: c196095973fcd0184f3d096aa9d1cb86c602f57962df30166904d2e0af5dbe5159978e17bff0d4ca203548412817a0936e9e8eec0e6d966bcdca8a276155e492
7
+ data.tar.gz: e8f3cfc3094c91ee9405f1f6e64d7e27a948bee2cdd78916a69944277d01975f408fcc944970f1e65db6bc91e7cce1edd199f9994604b1862477ba7651cbeb0a
@@ -76,6 +76,11 @@
76
76
  background-position: center center;
77
77
  }
78
78
 
79
+ &__title{
80
+ font-weight: bold;
81
+ margin-bottom: $base-margin;
82
+ }
83
+
79
84
  &__text{
80
85
  line-height: 1rem;
81
86
  display: block;
@@ -0,0 +1,39 @@
1
+ .pagination{
2
+ margin-bottom : $base-margin;
3
+
4
+ &__page{
5
+ font-weight: bold;
6
+ font-size: $base-font-size*1.0625;
7
+ }
8
+
9
+ &__current-page{
10
+ background-color: $cerulean;
11
+ color: $white;
12
+ margin: 0 3px;
13
+ padding: 0 3px;
14
+ border-radius: 3px;
15
+ }
16
+
17
+ &__link{
18
+ color: $slate;
19
+ margin: auto 3px;
20
+ padding: 0 3px;
21
+ border-radius: 3px;
22
+
23
+ &:hover{
24
+ background-color: $cerulean;
25
+ color: $white;
26
+ padding: 0 3px;
27
+ text-decoration: none;
28
+ }
29
+ }
30
+
31
+ &__page-gap{
32
+ font-weight: bold;
33
+ }
34
+
35
+ &--centered{
36
+ @extend .pagination;
37
+ text-align: center;
38
+ }
39
+ }
@@ -1,3 +1,3 @@
1
1
  module AmaLayout
2
- VERSION = '4.2.2'
2
+ VERSION = '4.2.3'
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.2.2
4
+ version: 4.2.3
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-09-09 00:00:00.000000000 Z
21
+ date: 2016-09-13 00:00:00.000000000 Z
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency
24
24
  name: foundation-rails
@@ -305,6 +305,7 @@ files:
305
305
  - app/assets/stylesheets/ama_layout/layout_components/link-list.scss
306
306
  - app/assets/stylesheets/ama_layout/layout_components/links.scss
307
307
  - app/assets/stylesheets/ama_layout/layout_components/notification.scss
308
+ - app/assets/stylesheets/ama_layout/layout_components/pagination.scss
308
309
  - app/assets/stylesheets/ama_layout/layout_components/progress-bar.scss
309
310
  - app/assets/stylesheets/ama_layout/layout_components/promo-block.scss
310
311
  - app/assets/stylesheets/ama_layout/layout_components/responsive-table.scss
@@ -404,7 +405,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
404
405
  version: '0'
405
406
  requirements: []
406
407
  rubyforge_project:
407
- rubygems_version: 2.4.5.1
408
+ rubygems_version: 2.2.2
408
409
  signing_key:
409
410
  specification_version: 4
410
411
  summary: ".ama.ab.ca site layouts"
@@ -431,4 +432,3 @@ test_files:
431
432
  - spec/internal/log/.gitignore
432
433
  - spec/internal/public/favicon.ico
433
434
  - spec/spec_helper.rb
434
- has_rdoc: