am-commons 0.0.1 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (39) hide show
  1. checksums.yaml +4 -4
  2. data/am-commons-0.0.1.gem +0 -0
  3. data/lib/am-commons/version.rb +1 -1
  4. data/package.json +1 -1
  5. data/stylesheets/_am-commons.scss +1 -2
  6. data/stylesheets/am-commons/_am-american-flags.scss +93 -0
  7. data/stylesheets/am-commons/_am-components.scss +1767 -0
  8. data/stylesheets/am-commons/_am-footer.scss +102 -0
  9. data/stylesheets/am-commons/_am-header.scss +160 -0
  10. data/stylesheets/am-commons/_am-icons-definition.scss +616 -0
  11. data/stylesheets/am-commons/_am-icons.scss +57 -0
  12. data/stylesheets/am-commons/_am-main-menu.scss +243 -0
  13. data/stylesheets/am-commons/_am-print.scss +35 -0
  14. data/stylesheets/am-commons/_am-social-menu.scss +34 -0
  15. data/stylesheets/am-commons/_am-sprite-splash.scss +109 -0
  16. data/stylesheets/am-commons/_am-utils.scss +249 -0
  17. data/stylesheets/am-commons/_am-variables.scss +69 -0
  18. data/stylesheets/am-commons/_epp-grid.scss +1395 -0
  19. data/stylesheets/am-commons/_epp-mixins.scss +38 -0
  20. data/stylesheets/am-commons/_epp-pixelator.scss +352 -0
  21. data/stylesheets/am-commons/_epp-utils.scss +1230 -0
  22. data/stylesheets/am-commons/_fonts.scss +156 -0
  23. data/stylesheets/am-commons/am-airlines.scss +74 -0
  24. data/stylesheets/am-commons/am-checkout.scss +258 -0
  25. data/stylesheets/am-commons/am-common.scss +19 -0
  26. data/stylesheets/am-commons/am-flights-result.scss +2404 -0
  27. data/stylesheets/am-commons/am-flights-resultv2.scss +390 -0
  28. data/stylesheets/am-commons/am-not-found.scss +74 -0
  29. data/stylesheets/am-commons/am.scss +16 -0
  30. data/stylesheets/am-commons/epp-visual-help.scss +36 -0
  31. data/stylesheets/am-commons/epp.scss +12 -0
  32. data/stylesheets/am-commons/flight-result-searchbox.scss +69 -0
  33. metadata +29 -8
  34. data/stylesheets/am-commons/_am.scss +0 -5
  35. data/stylesheets/am-commons/_components.scss +0 -1
  36. data/stylesheets/am-commons/_utils.scss +0 -5
  37. data/stylesheets/am-commons/am/_variables.scss +0 -0
  38. data/stylesheets/am-commons/components/_example.scss +0 -0
  39. data/stylesheets/am-commons/utils/_example.scss +0 -0
@@ -0,0 +1,156 @@
1
+ @font-face {
2
+ font-family: 'almundo';
3
+ src:url('fonts/almundo.eot?-wojnng');
4
+ src:url('fonts/almundo.eot?#iefix-wojnng') format('embedded-opentype'),
5
+ url('fonts/almundo.woff?-wojnng') format('woff'),
6
+ url('fonts/almundo.ttf?-wojnng') format('truetype'),
7
+ url('fonts/almundo.svg?-wojnng#almundo') format('svg');
8
+ font-weight: normal;
9
+ font-style: normal;
10
+ }
11
+
12
+ [class^="icon-"], [class*=" icon-"] {
13
+ font-family: 'almundo';
14
+ speak: none;
15
+ font-style: normal;
16
+ font-weight: normal;
17
+ font-variant: normal;
18
+ text-transform: none;
19
+ line-height: 1;
20
+ display: inline-block;
21
+ -webkit-font-smoothing: antialiased;
22
+ -moz-osx-font-smoothing: grayscale;
23
+ }
24
+
25
+ .icon-club-al-mundo:before {
26
+ //content: "\e62a";
27
+ content: "\e600";
28
+ }
29
+ .icon-login:before {
30
+ //content: "\e613";
31
+ content: "\e600";
32
+ }
33
+ .icon-bell:before {
34
+ content: "\e600";
35
+ }
36
+ .icon-bus:before {
37
+ content: "\e601";
38
+ }
39
+ .icon-wifi:before {
40
+ content: "\e602";
41
+ }
42
+ .icon-gift:before {
43
+ content: "\e603";
44
+ }
45
+ .icon-cocktail:before {
46
+ content: "\e604";
47
+ }
48
+ .icon-flights:before {
49
+ content: "\e605";
50
+ }
51
+ .icon-hotels:before {
52
+ content: "\e606";
53
+ }
54
+ .icon-packages:before {
55
+ content: "\e607";
56
+ }
57
+ .icon-cruises:before {
58
+ content: "\e608";
59
+ }
60
+ .icon-cars:before {
61
+ content: "\e609";
62
+ }
63
+ .icon-gateways:before {
64
+ content: "\e60a";
65
+ }
66
+ .icon-disney:before {
67
+ content: "\e60b";
68
+ }
69
+ .icon-trains:before {
70
+ content: "\e60c";
71
+ }
72
+ .icon-excursions:before {
73
+ content: "\e60d";
74
+ }
75
+ .icon-assistance:before {
76
+ content: "\e60e";
77
+ }
78
+ .icon-destinations:before {
79
+ content: "\e60f";
80
+ }
81
+ .icon-facebook:before {
82
+ content: "\e610";
83
+ }
84
+ .icon-twitter:before {
85
+ content: "\e611";
86
+ }
87
+ .icon-googleplus:before {
88
+ content: "\e612";
89
+ }
90
+ .icon-phone:before {
91
+ content: "\e614";
92
+ }
93
+ .icon-branches:before {
94
+ content: "\e615";
95
+ }
96
+ .icon-flight-back:before {
97
+ content: "\e616";
98
+ }
99
+ .icon-arrow-right:before {
100
+ content: "\e617";
101
+ }
102
+ .icon-arrow-left:before {
103
+ content: "\e618";
104
+ }
105
+ .icon-arrow-up:before {
106
+ content: "\e619";
107
+ }
108
+ .icon-arrow-down:before {
109
+ content: "\e61a";
110
+ }
111
+ .icon-calendar:before {
112
+ content: "\e61b";
113
+ }
114
+ .icon-calendar-back:before {
115
+ content: "\e61c";
116
+ }
117
+ .icon-clock:before {
118
+ content: "\e61d";
119
+ }
120
+ .icon-credit-card:before {
121
+ content: "\e61e";
122
+ }
123
+ .icon-len:before {
124
+ content: "\e61f";
125
+ }
126
+ .icon-zoom-in:before {
127
+ content: "\e620";
128
+ }
129
+ .icon-zoom-out:before {
130
+ content: "\e621";
131
+ }
132
+ .icon-star:before {
133
+ content: "\e622";
134
+ }
135
+ .icon-exclamation-circle:before {
136
+ content: "\e623";
137
+ }
138
+ .icon-check-circle:before {
139
+ content: "\e624";
140
+ }
141
+ .icon-close-circle:before {
142
+ content: "\e625";
143
+ }
144
+ .icon-hamburger:before {
145
+ content: "\e626";
146
+ }
147
+ .icon-iso-almundo:before {
148
+ content: "\e627";
149
+ }
150
+ .icon-logo-almundo:before {
151
+ content: "\e628";
152
+ }
153
+ .icon-logo-com:before {
154
+ content: "\e629";
155
+ }
156
+
@@ -0,0 +1,74 @@
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
+ }
@@ -0,0 +1,258 @@
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
+ }
@@ -0,0 +1,19 @@
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";