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
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dc1071108bf696e84138672b97a73bf436324961
4
- data.tar.gz: c62b3e83748c3b02908eb87ae996ca76d6c903f8
3
+ metadata.gz: c6235c9010e655ea9e6fa3d113c40050f550caee
4
+ data.tar.gz: 5b5510fff224cc041e2beba335d7f2d49ba23e7c
5
5
  SHA512:
6
- metadata.gz: 28198a896a86a1e26b81d1fc0f8b0f6ab9d81f050e0256ed88c71d88c49bdb8022aeba66fd4bcd26a2e49e440598458a95531eb33d970eb43fb87de2f5c6a6ec
7
- data.tar.gz: eec6202a3ed6ec17ec50fc2d727cccf5f975e55c3e84044f225036fa9477f116b0763e90b27531ccd4f80f110334e8b80e640c185efbe1dbfb1c5181f5590460
6
+ metadata.gz: 2b00ac28fad625c2bb8a2222e185386d8e08cee9bec4109bef1f5c1ce671152a2ef424c09a0eece3ca8267c4402b71447f166514eaf893c5ad56a8a18f1aef17
7
+ data.tar.gz: c686a5ffa737334dfa7d9443b856ab9ff30951a060819c74f9555df3b1d17bc44e1121e8e358d2a1ad77a6d66b84fd8b386da044fa5e5e35c9c30055b110dbe9
data/am-commons-0.0.1.gem CHANGED
Binary file
@@ -1,3 +1,3 @@
1
1
  module AmCommons
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.3"
3
3
  end
data/package.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "am-commons",
3
- "version": "0.0.1",
3
+ "version": "0.0.3",
4
4
  }
@@ -2,6 +2,5 @@
2
2
 
3
3
  // #### Import
4
4
 
5
- @import "am-commons/utils";
6
- @import "am-commons/components";
7
5
  @import "am-commons/am";
6
+ @import "am-commons/epp";
@@ -0,0 +1,93 @@
1
+ //---------------------------------\\
2
+ //----------Table of Content-------\\
3
+ //---------------------------------\\
4
+
5
+ // 01 Country Flags
6
+
7
+ .flag {
8
+ width: 16px;
9
+ height: 11px;
10
+ background:url(http://2359891acbe3ccae04ac-e2a9c8f39dfb2e0608050999cf0e668b.r35.cf5.rackcdn.com/sprite-flags.png) no-repeat;
11
+ display:inline-block;
12
+ }
13
+ .flag.flag--ar,.flag.flag--AAR {
14
+ background-position: -16px 0
15
+ }
16
+ .flag.flag--bo ,.flag.flag--ABO {
17
+ background-position: -32px 0
18
+ }
19
+ .flag.flag--br ,.flag.flag--ABR {
20
+ background-position: -48px 0
21
+ }
22
+ .flag.flag--ca, .flag.flag--ACA {
23
+ background-position: -64px 0
24
+ }
25
+ .flag.flag--cl, .flag.flag--ACL {
26
+ background-position: -80px 0
27
+ }
28
+ .flag.flag--co,.flag.flag--ACO {
29
+ background-position: 0 -11px
30
+ }
31
+ .flag.flag--cr ,.flag.flag--ACR {
32
+ background-position: -16px -11px
33
+ }
34
+ .flag.flag--cu , .flag.flag--ACU {
35
+ background-position: -32px -11px
36
+ }
37
+ .flag.flag--de, .flag.flag--ADE {
38
+ background-position: -48px -11px
39
+ }
40
+ .flag.flag--dm, .flag.flag--ADO {
41
+ background-position: -64px -11px
42
+ }
43
+ .flag.flag--ec , .flag.flag--AEC {
44
+ background-position: -80px -11px
45
+ }
46
+ .flag.flag--es , .flag.flag--AES {
47
+ background-position: 0 -22px
48
+ }
49
+ .flag.flag--fr , .flag.flag--AFR {
50
+ background-position: -16px -22px
51
+ }
52
+ .flag.flag--gb , .flag.flag--ADE {
53
+ background-position: -32px -22px
54
+ }
55
+ .flag.flag--gt, .flag.flag--AGT {
56
+ background-position: -48px -22px
57
+ }
58
+ .flag.flag--hn, .flag.flag--AHN {
59
+ background-position: -64px -22px
60
+ }
61
+ .flag.flag--mx , .flag.flag--AMX {
62
+ background-position: -80px -22px
63
+ }
64
+ .flag.flag--ni , .flag.flag--ANI {
65
+ background-position: 0 -33px
66
+ }
67
+ .flag.flag--pa , .flag.flag--APA {
68
+ background-position: -16px -33px
69
+ }
70
+ .flag.flag--pe, .flag.flag--APE {
71
+ background-position: -32px -33px
72
+ }
73
+ .flag.flag--pr , .flag.flag--APR {
74
+ background-position: -48px -33px
75
+ }
76
+ .flag.flag--py , .flag.flag--APY {
77
+ background-position: -64px -33px
78
+ }
79
+ .flag.flag--sv, .flag.flag--ASV {
80
+ background-position: -80px -33px
81
+ }
82
+ .flag.flag--us , .flag.flag--ASU {
83
+ background-position: 0 -44px
84
+ }
85
+ .flag.flag--uy, .flag.flag--AUY {
86
+ background-position: -16px -44px
87
+ }
88
+ .flag.flag--ve ,.flag.flag--AVE{
89
+ background-position: -32px -44px
90
+ }
91
+ .flag.flag--do ,.flag.flag--ADO{
92
+ background-position: -48px -44px
93
+ }