ama_layout 4.6.1 → 4.6.2

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: 9b7d55a4cca87c12448862050977ccccb8ebc58c
4
- data.tar.gz: 78398d87b57b7579f9dcf3249c5d52976818fd64
3
+ metadata.gz: 95ef1f3318c0ab35db63fbe609768c78a87d6d0d
4
+ data.tar.gz: 2262c0cb0a0812e137ed3bfa44370b08e435ae72
5
5
  SHA512:
6
- metadata.gz: 90d2bb0e93d996af144876d9676c493b1c71cd703d0413478cd3cb512cbb4d4ad7e6a42d452ec6e766560790de35188a0423938736d67dac25499013dd97bf7b
7
- data.tar.gz: de941035dfb511b3a72de710b8f4243af5b7c1d76ed0b4c3891311808d94f850c9d21dbd396e6c6741b286011530990b7b47f87ed736caf9b8768332bb3fe287
6
+ metadata.gz: fc9717b5fbce2f82a688ec57ecc41514c66df14bb276e22d7a7c5aba37f2079b4246f3ef575ac5dfd175fd3f1fd114ba6de400f389e708f4aad4d6dfd1509342
7
+ data.tar.gz: 41c21cb5e4905d12f83eea080468e1fd153ef071bc50d1877ace9f0eb04c9092019916bf351deaa5adbc008557c7dc55ea36a416536a87af41105f82173f4471
@@ -17,6 +17,7 @@
17
17
  @import "icon-group";
18
18
  @import "link-list";
19
19
  @import "links";
20
+ @import "member-card";
20
21
  @import "notification";
21
22
  @import "pagination";
22
23
  @import "progress-bar";
@@ -0,0 +1,62 @@
1
+ .member-card{
2
+ width: 308px;
3
+ height: 216px;
4
+ position: relative;
5
+ margin: 0 auto;
6
+
7
+ &__card-front{
8
+ background: url(image-path("membership-cards/temporary/front.png")) no-repeat;
9
+ }
10
+
11
+ &__card-back{
12
+ background: url(image-path("membership-cards/temporary/back.png")) no-repeat;
13
+ }
14
+
15
+ &__label{
16
+ position: absolute;
17
+ font-size: $base-font-size*0.6;
18
+ color: $charcoal;
19
+ text-transform: uppercase;
20
+ }
21
+
22
+ &__data{
23
+ position: absolute;
24
+ color: $charcoal;
25
+ font-weight: bold;
26
+ }
27
+
28
+ &__clubcode{
29
+ left: 15px;
30
+ top: 70px;
31
+ }
32
+
33
+ &__membership-number-label{
34
+ left: 102px;
35
+ top: 70px;
36
+ }
37
+
38
+ &__membership-number{
39
+ font-size: $base-font-size*1.6;
40
+ left: 15px;
41
+ top: 75px;
42
+ }
43
+
44
+ &__expiry-label{
45
+ left: 15px;
46
+ top: 108px;
47
+ }
48
+
49
+ &__expiry{
50
+ left: 15px;
51
+ top: 117px;
52
+ }
53
+
54
+ &__name{
55
+ font-size: $base-font-size*1.2;
56
+ left: 15px;
57
+ top: 150px;
58
+ text-transform: uppercase;
59
+ text-align: left;
60
+ line-height: 1;
61
+ }
62
+ }
@@ -1,3 +1,3 @@
1
1
  module AmaLayout
2
- VERSION = '4.6.1'
2
+ VERSION = '4.6.2'
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.6.1
4
+ version: 4.6.2
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-10-27 00:00:00.000000000 Z
21
+ date: 2016-11-10 00:00:00.000000000 Z
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency
24
24
  name: foundation-rails
@@ -307,6 +307,7 @@ files:
307
307
  - app/assets/stylesheets/ama_layout/layout_components/index.scss
308
308
  - app/assets/stylesheets/ama_layout/layout_components/link-list.scss
309
309
  - app/assets/stylesheets/ama_layout/layout_components/links.scss
310
+ - app/assets/stylesheets/ama_layout/layout_components/member-card.scss
310
311
  - app/assets/stylesheets/ama_layout/layout_components/notification.scss
311
312
  - app/assets/stylesheets/ama_layout/layout_components/pagination.scss
312
313
  - app/assets/stylesheets/ama_layout/layout_components/progress-bar.scss