am-commons 0.0.3 → 0.0.6

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.
Files changed (32) hide show
  1. checksums.yaml +4 -4
  2. data/lib/am-commons/version.rb +1 -1
  3. data/stylesheets/{am-commons/_am-american-flags.scss → _am-american-flags.scss} +0 -0
  4. data/stylesheets/_am-commons.scss +2 -2
  5. data/stylesheets/{am-commons/_am-components.scss → _am-components.scss} +0 -0
  6. data/stylesheets/{am-commons/_am-footer.scss → _am-footer.scss} +0 -0
  7. data/stylesheets/{am-commons/_am-header.scss → _am-header.scss} +0 -0
  8. data/stylesheets/{am-commons/_am-icons-definition.scss → _am-icons-definition.scss} +0 -0
  9. data/stylesheets/{am-commons/_am-icons.scss → _am-icons.scss} +0 -0
  10. data/stylesheets/{am-commons/_am-main-menu.scss → _am-main-menu.scss} +0 -0
  11. data/stylesheets/{am-commons/_am-print.scss → _am-print.scss} +0 -0
  12. data/stylesheets/{am-commons/_am-social-menu.scss → _am-social-menu.scss} +0 -0
  13. data/stylesheets/{am-commons/_am-sprite-splash.scss → _am-sprite-splash.scss} +0 -0
  14. data/stylesheets/{am-commons/_am-utils.scss → _am-utils.scss} +0 -0
  15. data/stylesheets/{am-commons/_am-variables.scss → _am-variables.scss} +0 -0
  16. data/stylesheets/{am-commons/_epp-grid.scss → _epp-grid.scss} +0 -0
  17. data/stylesheets/{am-commons/_epp-mixins.scss → _epp-mixins.scss} +0 -0
  18. data/stylesheets/{am-commons/_epp-pixelator.scss → _epp-pixelator.scss} +0 -0
  19. data/stylesheets/{am-commons/_epp-utils.scss → _epp-utils.scss} +0 -0
  20. data/stylesheets/{am-commons/_fonts.scss → _fonts.scss} +0 -0
  21. data/stylesheets/{am-commons/am.scss → am.scss} +0 -0
  22. data/stylesheets/{am-commons/epp.scss → epp.scss} +0 -0
  23. metadata +20 -29
  24. data/am-commons-0.0.1.gem +0 -0
  25. data/stylesheets/am-commons/am-airlines.scss +0 -74
  26. data/stylesheets/am-commons/am-checkout.scss +0 -258
  27. data/stylesheets/am-commons/am-common.scss +0 -19
  28. data/stylesheets/am-commons/am-flights-result.scss +0 -2404
  29. data/stylesheets/am-commons/am-flights-resultv2.scss +0 -390
  30. data/stylesheets/am-commons/am-not-found.scss +0 -74
  31. data/stylesheets/am-commons/epp-visual-help.scss +0 -36
  32. data/stylesheets/am-commons/flight-result-searchbox.scss +0 -69
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c6235c9010e655ea9e6fa3d113c40050f550caee
4
- data.tar.gz: 5b5510fff224cc041e2beba335d7f2d49ba23e7c
3
+ metadata.gz: 7b927d6a4c73fd53782e9f4b963cc644d5c495ff
4
+ data.tar.gz: ac8945ce5ccf56faf153fbac5e85a4db63587e1e
5
5
  SHA512:
6
- metadata.gz: 2b00ac28fad625c2bb8a2222e185386d8e08cee9bec4109bef1f5c1ce671152a2ef424c09a0eece3ca8267c4402b71447f166514eaf893c5ad56a8a18f1aef17
7
- data.tar.gz: c686a5ffa737334dfa7d9443b856ab9ff30951a060819c74f9555df3b1d17bc44e1121e8e358d2a1ad77a6d66b84fd8b386da044fa5e5e35c9c30055b110dbe9
6
+ metadata.gz: bb09b633bf4542ab96fcb8012c796de92b86e71c06dab35ee4f1c60ebedd47b4e9450a2f5a02971bd55b8a696d681965222d11595f41c6951d80fd2e69712a51
7
+ data.tar.gz: eec3dc81553853e13cfc159bef71b1b69a758cfcf2f6a0e7d7b79b3c3c8e5d1ec942787b7c00b9f863519e9e1bac1c0e8084ce724c3c7e2fc8bb41fa50c27102
@@ -1,3 +1,3 @@
1
1
  module AmCommons
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.6"
3
3
  end
@@ -2,5 +2,5 @@
2
2
 
3
3
  // #### Import
4
4
 
5
- @import "am-commons/am";
6
- @import "am-commons/epp";
5
+ @import "am";
6
+ @import "epp";
File without changes
File without changes
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: am-commons
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Emiliano Mongelo
@@ -35,39 +35,30 @@ files:
35
35
  - LICENSE
36
36
  - README.md
37
37
  - Rakefile
38
- - am-commons-0.0.1.gem
39
38
  - am-commons.gemspec
40
39
  - lib/am-commons.rb
41
40
  - lib/am-commons/version.rb
42
41
  - package.json
42
+ - stylesheets/_am-american-flags.scss
43
43
  - stylesheets/_am-commons.scss
44
- - stylesheets/am-commons/_am-american-flags.scss
45
- - stylesheets/am-commons/_am-components.scss
46
- - stylesheets/am-commons/_am-footer.scss
47
- - stylesheets/am-commons/_am-header.scss
48
- - stylesheets/am-commons/_am-icons-definition.scss
49
- - stylesheets/am-commons/_am-icons.scss
50
- - stylesheets/am-commons/_am-main-menu.scss
51
- - stylesheets/am-commons/_am-print.scss
52
- - stylesheets/am-commons/_am-social-menu.scss
53
- - stylesheets/am-commons/_am-sprite-splash.scss
54
- - stylesheets/am-commons/_am-utils.scss
55
- - stylesheets/am-commons/_am-variables.scss
56
- - stylesheets/am-commons/_epp-grid.scss
57
- - stylesheets/am-commons/_epp-mixins.scss
58
- - stylesheets/am-commons/_epp-pixelator.scss
59
- - stylesheets/am-commons/_epp-utils.scss
60
- - stylesheets/am-commons/_fonts.scss
61
- - stylesheets/am-commons/am-airlines.scss
62
- - stylesheets/am-commons/am-checkout.scss
63
- - stylesheets/am-commons/am-common.scss
64
- - stylesheets/am-commons/am-flights-result.scss
65
- - stylesheets/am-commons/am-flights-resultv2.scss
66
- - stylesheets/am-commons/am-not-found.scss
67
- - stylesheets/am-commons/am.scss
68
- - stylesheets/am-commons/epp-visual-help.scss
69
- - stylesheets/am-commons/epp.scss
70
- - stylesheets/am-commons/flight-result-searchbox.scss
44
+ - stylesheets/_am-components.scss
45
+ - stylesheets/_am-footer.scss
46
+ - stylesheets/_am-header.scss
47
+ - stylesheets/_am-icons-definition.scss
48
+ - stylesheets/_am-icons.scss
49
+ - stylesheets/_am-main-menu.scss
50
+ - stylesheets/_am-print.scss
51
+ - stylesheets/_am-social-menu.scss
52
+ - stylesheets/_am-sprite-splash.scss
53
+ - stylesheets/_am-utils.scss
54
+ - stylesheets/_am-variables.scss
55
+ - stylesheets/_epp-grid.scss
56
+ - stylesheets/_epp-mixins.scss
57
+ - stylesheets/_epp-pixelator.scss
58
+ - stylesheets/_epp-utils.scss
59
+ - stylesheets/_fonts.scss
60
+ - stylesheets/am.scss
61
+ - stylesheets/epp.scss
71
62
  - templates/project/manifest.rb
72
63
  homepage: http://www.almundo.com/
73
64
  licenses: []
data/am-commons-0.0.1.gem DELETED
Binary file
@@ -1,74 +0,0 @@
1
-
2
- @import "compass/css3";
3
- @import "compass/support";
4
- @import "compass/utilities/general/clearfix";
5
- @import "compass/css3/transition";
6
-
7
- @import "am-variables";
8
- @import "epp-mixins";
9
-
10
-
11
- @import "am-utils";
12
- @import "am-icons";
13
-
14
- .search {
15
-
16
- &__title {
17
- padding:0px;
18
- margin:48px 0px;
19
- }
20
-
21
- &__box {
22
- background-color:white;
23
- background:rgba(255,255,255,0.8);
24
- }
25
-
26
- }
27
-
28
- .presentation {
29
- background:$gray-lightest;
30
- }
31
-
32
- .tips {
33
-
34
- padding:0px 48px !important;
35
-
36
- &__header {
37
- padding-bottom:16px;
38
-
39
- }
40
-
41
- &__element {
42
- padding-bottom:32px;
43
- border-bottom:1px solid $gray-lighter;
44
- margin-bottom:32px;
45
-
46
- &:last-child {
47
- border-bottom:0px;
48
- }
49
-
50
- }
51
-
52
- }
53
-
54
- .description {
55
-
56
- &__title {
57
- margin-bottom:16px;
58
- text-align:center;
59
- }
60
-
61
- &__img {
62
- padding:0px !important;
63
- }
64
-
65
- &__text {
66
- padding:24px 16px !important;
67
- background:$gray-lightest;
68
- }
69
-
70
- }
71
-
72
- .img-responsive {
73
- width:100%;
74
- }
@@ -1,258 +0,0 @@
1
-
2
- @import "compass/css3";
3
- @import "compass/support";
4
- @import "compass/utilities/general/clearfix";
5
- @import "compass/css3/transition";
6
-
7
- @import "am-variables";
8
- @import "epp-mixins";
9
-
10
-
11
- @import "am-utils";
12
- @import "am-icons";
13
-
14
- .container {
15
- background:$gray-lightest;
16
- @include border-radius(0px !important);
17
-
18
- &__title {
19
- background:$gray-lightest;
20
- padding:16px 0px;
21
- cursor:pointer;
22
-
23
- & * {
24
- line-height:24px !important;
25
- }
26
-
27
- }
28
-
29
- &__number {
30
- color:$orange;
31
- }
32
-
33
- &__icon {
34
- display:table-cell;
35
- }
36
- }
37
-
38
- .passenger {
39
-
40
- &__info {
41
-
42
- &__detail {
43
- border:1px solid $gray-lighter;
44
- background:$white;
45
-
46
- &:last-child {
47
- //border-bottom:none;
48
- }
49
-
50
- &__title {
51
- border-right:1px dashed $gray-lighter;
52
- }
53
- }
54
-
55
- }
56
-
57
- }
58
-
59
- .billing {
60
-
61
- &__info {
62
-
63
- &__detail {
64
- border:1px solid $gray-lighter;
65
- background:$white;
66
-
67
- &:last-child {
68
- //border-bottom:none;
69
- }
70
-
71
- &__title {
72
- border-right:1px dashed $gray-lighter;
73
- }
74
- }
75
-
76
- }
77
-
78
- }
79
-
80
- .cards {
81
-
82
- &__info {
83
-
84
- &__detail {
85
- border:1px solid $gray-lighter;
86
- background:$white;
87
-
88
- &:last-child {
89
- //border-bottom:none;
90
- }
91
-
92
- &__title {
93
- border-right:1px dashed $gray-lighter;
94
- }
95
- }
96
-
97
- }
98
-
99
- &__definition {
100
-
101
- background:$white;
102
- border:1px solid $gray-lighter;
103
-
104
- &--selected {
105
- border-color:$orange;
106
- }
107
-
108
- &__description {
109
-
110
- }
111
-
112
- &__container {
113
- border-top:1px dashed $gray-lighter;
114
-
115
- &:first-child {
116
- border-top:none;
117
- }
118
-
119
- &__info {
120
- display:inline-block;
121
- width:120px;
122
-
123
- &--lg {
124
- width:100%;
125
- }
126
- }
127
- }
128
-
129
- &__name {
130
- border-right:1px dashed $gray-lighter;
131
- width:10%;
132
- }
133
- }
134
-
135
- }
136
-
137
- .contact {
138
-
139
- &__info {
140
-
141
- &__detail {
142
- border:1px solid $gray-lighter;
143
- background:$white;
144
-
145
- &:last-child {
146
- //border-bottom:none;
147
- }
148
-
149
- &__title {
150
- border-right:1px dashed $gray-lighter;
151
- }
152
- }
153
-
154
- }
155
-
156
- }
157
-
158
- .send {
159
-
160
- & label {
161
- line-height:32px !important;
162
- }
163
- }
164
-
165
-
166
-
167
- .security {
168
- border-top:1px solid $gray-lighter;
169
- }
170
-
171
- .label--inline-block {
172
- display:inline-block;
173
- }
174
-
175
- .rotation{
176
- @include rotate(180deg);
177
- }
178
-
179
- .error-container {
180
- position:relative;
181
-
182
- .error {
183
- position:absolute;
184
- top:0px;
185
- right:0px;
186
- height:40px;
187
- width:40px;
188
- background:$error;
189
- text-align:center;
190
- @include border-radius(4px);
191
-
192
- &:before {
193
- content:"";
194
- position:absolute;
195
- border-color:transparent $error transparent transparent;
196
- border-width:8px;
197
- border-style:solid;
198
- left:-16px;
199
- top:12px;
200
- }
201
-
202
- &__icon {
203
- color:$white;
204
- @include font-rem(normal,16px,40px);
205
- }
206
-
207
- }
208
-
209
- }
210
-
211
- .secure {
212
- background:$gray-lightest;
213
-
214
- &__info {
215
-
216
- &__assist-card {
217
- background:#EE3342;
218
- }
219
-
220
- }
221
-
222
- }
223
-
224
- .img-responsive {
225
- width:100%;
226
- }
227
-
228
- .input--error {
229
- border:1px solid $error !important;
230
- @include input-placeholder {
231
- color: $gray-light !important;
232
- }
233
- }
234
-
235
- input[type="text"], select {
236
- height:40px !important;
237
- }
238
-
239
- .separator {
240
- border-bottom:1px dashed $gray;
241
- background:transparent;
242
- }
243
-
244
- .separator-right {
245
- border-right:1px solid $gray-lighter;
246
- }
247
-
248
- .cards-security {
249
- width:200px;
250
- }
251
-
252
- .cluster {
253
- border-bottom:none !important;
254
- &:after {
255
- content:"";
256
- background:$gray-lighter !important;
257
- }
258
- }
@@ -1,19 +0,0 @@
1
- //---------------------------------\\
2
- //----------Table of Content-------\\
3
- //---------------------------------\\
4
-
5
- // 01 Import Modules
6
- // 02 Import 8px please framework
7
- // 03 Import almundo framework
8
-
9
- //----------Compass Modules---------\\
10
- @import "compass/css3";
11
- @import "compass/support";
12
- @import "compass/utilities/general/clearfix";
13
- @import "compass/css3/transition";
14
-
15
- //------------8px Please!-----------\\
16
- @import "epp";
17
-
18
- //--------------almundo-------------\\
19
- @import "am";