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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a0ebb9905c591ec470b877697247683918f7c08d
|
|
4
|
+
data.tar.gz: 4f300cbf55935c4fd56caa895d356c4a1ecb5a89
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c196095973fcd0184f3d096aa9d1cb86c602f57962df30166904d2e0af5dbe5159978e17bff0d4ca203548412817a0936e9e8eec0e6d966bcdca8a276155e492
|
|
7
|
+
data.tar.gz: e8f3cfc3094c91ee9405f1f6e64d7e27a948bee2cdd78916a69944277d01975f408fcc944970f1e65db6bc91e7cce1edd199f9994604b1862477ba7651cbeb0a
|
|
@@ -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
|
+
}
|
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.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-
|
|
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.
|
|
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:
|