am-commons 0.0.12 → 0.0.13

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: b71f50c9ef3282106270c576cf40808bc50dd5e4
4
- data.tar.gz: 31f0eb87cd9fab3794ef1cfff69417d1656a7a20
3
+ metadata.gz: b2cd3e3a84be5101a63cd469c49f65d4e88c0706
4
+ data.tar.gz: 6ed9686458b45178f12dae6110f9b06be9571436
5
5
  SHA512:
6
- metadata.gz: 70bbece59efefd704152773cef9ac7f71e49a3347b2e84b045eaca64a9369c175c384b4e7602dd5b0157d2967f1f94cababc67e5f9eddcdb96a167a414d5263c
7
- data.tar.gz: daa280853c9da476394e4002d411ff55d0f157a43c30ebd72f7dd9c23cef5fefb5da5b65079ab82166ec69d62caaaa3c16655fe336086569b068477f8f5e0001
6
+ metadata.gz: ec4719a1b47f60008e300f110ef394aec0779ae70cc30875b07bd7bd78d211ee358437157230f1abd819a17aadf03d99292b49879829383f8564527fff9d83ac
7
+ data.tar.gz: feb94f35d99e5e26e8c38fefc0d9144c25aa434736bdd9ee5c445e2317713f93693c78367480c21c255b21713ab4081083ca424170310310b4649caad3c3361b
@@ -1,3 +1,3 @@
1
1
  module AmCommons
2
- VERSION = "0.0.12"
2
+ VERSION = "0.0.13"
3
3
  end
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "am-commons",
3
- "version": "0.0.12",
3
+ "version": "0.0.13"
4
4
  }
@@ -9,8 +9,8 @@
9
9
 
10
10
  @import "am-commons/epp-mixins";
11
11
  @import "am-commons/am-variables";
12
- @import "am-commons/am-components";
13
12
  @import "am-commons/am-icons";
13
+ @import "am-commons/am-components";
14
14
  @import "am-commons/am-utils";
15
15
  @import "am-commons/am-print";
16
16
 
@@ -0,0 +1,311 @@
1
+ @font-face {
2
+ font-family: 'am-amenities';
3
+ src:url('fonts/am-amenities.eot?-uxmyla');
4
+ src:url('fonts/am-amenities.eot?#iefix-uxmyla') format('embedded-opentype'),
5
+ url('fonts/am-amenities.ttf?-uxmyla') format('truetype'),
6
+ url('fonts/am-amenities.woff?-uxmyla') format('woff'),
7
+ url('fonts/am-amenities.svg?-uxmyla#am-amenities') format('svg');
8
+ font-weight: normal;
9
+ font-style: normal;
10
+ }
11
+
12
+ [class^="amt-"], [class*=" amt-"] {
13
+ font-family: 'am-amenities';
14
+ speak: none;
15
+ font-style: normal;
16
+ font-weight: normal;
17
+ font-variant: normal;
18
+ text-transform: none;
19
+ line-height: 1;
20
+
21
+ /* Better Font Rendering =========== */
22
+ -webkit-font-smoothing: antialiased;
23
+ -moz-osx-font-smoothing: grayscale;
24
+ }
25
+
26
+ .amt-internet:before {
27
+ content: "\e600";
28
+ }
29
+ .amt-parking:before {
30
+ content: "\e601";
31
+ }
32
+ .amt-check-in:before {
33
+ content: "\e602";
34
+ }
35
+ .amt-transportation:before {
36
+ content: "\e603";
37
+ }
38
+ .amt-fitness-center:before {
39
+ content: "\e604";
40
+ }
41
+ .amt-pool:before {
42
+ content: "\e605";
43
+ }
44
+ .amt-business-center:before {
45
+ content: "\e606";
46
+ }
47
+ .amt-spa:before {
48
+ content: "\e607";
49
+ }
50
+ .amt-meeting-rooms:before {
51
+ content: "\e608";
52
+ }
53
+ .amt-atm:before {
54
+ content: "\e609";
55
+ }
56
+ .amt-payment-methods:before {
57
+ content: "\e60a";
58
+ }
59
+ .amt-bar:before {
60
+ content: "\e60b";
61
+ }
62
+ .amt-restaurant:before {
63
+ content: "\e60c";
64
+ }
65
+ .amt-wheelchair-accessible:before {
66
+ content: "\e60d";
67
+ }
68
+ .amt-beach-pool-facilities:before {
69
+ content: "\e60e";
70
+ }
71
+ .amt-outside-bar .path1:before {
72
+ content: "\e60f";
73
+ color: rgb(89, 88, 88);
74
+ }
75
+ .amt-outside-bar .path2:before {
76
+ content: "\e610";
77
+ margin-left: -1em;
78
+ color: rgb(89, 88, 88);
79
+ }
80
+ .amt-outside-bar .path3:before {
81
+ content: "\e611";
82
+ margin-left: -1em;
83
+ color: rgb(255, 255, 255);
84
+ }
85
+ .amt-outside-bar .path4:before {
86
+ content: "\e612";
87
+ margin-left: -1em;
88
+ color: rgb(89, 88, 88);
89
+ }
90
+ .amt-outside-bar .path5:before {
91
+ content: "\e613";
92
+ margin-left: -1em;
93
+ color: rgb(89, 88, 88);
94
+ }
95
+ .amt-outside-bar .path6:before {
96
+ content: "\e614";
97
+ margin-left: -1em;
98
+ color: rgb(89, 88, 88);
99
+ }
100
+ .amt-outside-bar .path7:before {
101
+ content: "\e615";
102
+ margin-left: -1em;
103
+ color: rgb(89, 88, 88);
104
+ }
105
+ .amt-laundry-facilities:before {
106
+ content: "\e616";
107
+ }
108
+ .amt-hair-salon:before {
109
+ content: "\e617";
110
+ }
111
+ .amt-golf:before {
112
+ content: "\e618";
113
+ }
114
+ .amt-shared-kitchen:before {
115
+ content: "\e619";
116
+ }
117
+ .amt-noise-free-rooms-not-guarantee:before {
118
+ content: "\e61a";
119
+ }
120
+ .amt-pool-bar:before {
121
+ content: "\e61b";
122
+ }
123
+ .amt-pets:before {
124
+ content: "\e61c";
125
+ }
126
+ .amt-no-pets-allowed:before {
127
+ content: "\e61d";
128
+ }
129
+ .amt-newspaper:before {
130
+ content: "\e61e";
131
+ }
132
+ .amt-ipad:before {
133
+ content: "\e61f";
134
+ }
135
+ .amt-free-international-calls:before {
136
+ content: "\e620";
137
+ }
138
+ .amt-waterparkaccess:before {
139
+ content: "\e621";
140
+ }
141
+ .amt-beach:before {
142
+ content: "\e622";
143
+ }
144
+ .amt-multilingual-staff:before {
145
+ content: "\e623";
146
+ }
147
+ .amt-housekeeping:before {
148
+ content: "\e624";
149
+ }
150
+ .amt-coffee-shop:before {
151
+ content: "\e625";
152
+ }
153
+ .amt-library:before {
154
+ content: "\e626";
155
+ }
156
+ .amt-gift-shop:before {
157
+ content: "\e627";
158
+ }
159
+ .amt-wedding-services:before {
160
+ content: "\e628";
161
+ }
162
+ .amt-fire-place:before {
163
+ content: "\e629";
164
+ }
165
+ .amt-grocery-shooping-service:before {
166
+ content: "\e62a";
167
+ }
168
+ .amt-no-elevators:before {
169
+ content: "\e62b";
170
+ }
171
+ .amt-picnic-area:before {
172
+ content: "\e62c";
173
+ }
174
+ .amt-tennis:before {
175
+ content: "\e62d";
176
+ }
177
+ .amt-shopping-on-site:before {
178
+ content: "\e62e";
179
+ }
180
+ .amt-casino:before {
181
+ content: "\e62f";
182
+ }
183
+ .amt-ski-passes-available:before {
184
+ content: "\e630";
185
+ }
186
+ .amt-private-beach:before {
187
+ content: "\e631";
188
+ }
189
+ .amt-garden:before {
190
+ content: "\e632";
191
+ }
192
+ .amt-nightclub:before {
193
+ content: "\e633";
194
+ }
195
+ .amt-connecting-room:before {
196
+ content: "\e634";
197
+ }
198
+ .amt-smoking-areas:before {
199
+ content: "\e635";
200
+ }
201
+ .amt-smoke-free:before {
202
+ content: "\e636";
203
+ }
204
+ .amt-tours-ticket-assistance:before {
205
+ content: "\e637";
206
+ }
207
+ .amt-game-room:before {
208
+ content: "\e638";
209
+ }
210
+ .amt-children-club:before {
211
+ content: "\e639";
212
+ }
213
+ .amt-air-condition:before {
214
+ content: "\e63a";
215
+ }
216
+ .amt-fan:before {
217
+ content: "\e63b";
218
+ }
219
+ .amt-television:before {
220
+ content: "\e63c";
221
+ }
222
+ .amt-tv-accesories:before {
223
+ content: "\e63d";
224
+ }
225
+ .amt-cribs:before {
226
+ content: "\e63e";
227
+ }
228
+ .amt-bathtub:before {
229
+ content: "\e63f";
230
+ }
231
+ .amt-shower:before {
232
+ content: "\e640";
233
+ }
234
+ .amt-frigobar:before {
235
+ content: "\e641";
236
+ }
237
+ .amt-coffe-maker:before {
238
+ content: "\e642";
239
+ }
240
+ .amt-kitchen-facilities:before {
241
+ content: "\e643";
242
+ }
243
+ .amt-beds:before {
244
+ content: "\e644";
245
+ }
246
+ .amt-mattress:before {
247
+ content: "\e645";
248
+ }
249
+ .amt-pillow:before {
250
+ content: "\e646";
251
+ }
252
+ .amt-rollaways:before {
253
+ content: "\e647";
254
+ }
255
+ .amt-balcony:before {
256
+ content: "\e648";
257
+ }
258
+ .amt-slippers:before {
259
+ content: "\e649";
260
+ }
261
+ .amt-bathrobes:before {
262
+ content: "\e64a";
263
+ }
264
+ .amt-free-toiletries:before {
265
+ content: "\e64b";
266
+ }
267
+ .amt-hair-dryer:before {
268
+ content: "\e64c";
269
+ }
270
+ .amt-free-botled-water:before {
271
+ content: "\e64d";
272
+ }
273
+ .amt-deep-soaking-bathtub:before {
274
+ content: "\e64e";
275
+ }
276
+ .amt-safety-box:before {
277
+ content: "\e64f";
278
+ }
279
+ .amt-separate-bredroom:before {
280
+ content: "\e650";
281
+ }
282
+ .amt-balckout-curtains:before {
283
+ content: "\e651";
284
+ }
285
+ .amt-sheets:before {
286
+ content: "\e652";
287
+ }
288
+ .amt-soundprofed-rooms:before {
289
+ content: "\e653";
290
+ }
291
+ .amt-steam-room:before {
292
+ content: "\e654";
293
+ }
294
+ .amt-sofa-bed:before {
295
+ content: "\e655";
296
+ }
297
+ .amt-phone:before {
298
+ content: "\e656";
299
+ }
300
+ .amt-separate-living-room:before {
301
+ content: "\e657";
302
+ }
303
+ .amt-down-comforter:before {
304
+ content: "\e658";
305
+ }
306
+ .amt-share-bathroom:before {
307
+ content: "\e659";
308
+ }
309
+ .amt-private-bathroom:before {
310
+ content: "\e65a";
311
+ }
@@ -0,0 +1,5 @@
1
+ [class^="amt-"], [class*=" amt-"] {
2
+ display:inline-block;
3
+ }
4
+
5
+ @import "am-amt-definition";
@@ -25,6 +25,8 @@
25
25
  // 20 Datepicker
26
26
  // 21 Slider
27
27
  // 22 BX-Slider (Deprecated)
28
+ // 23 Stars
29
+ // 24 Amenity
28
30
 
29
31
  @import "am-header";
30
32
  @import "am-main-menu";
@@ -104,6 +106,9 @@ input[type="text"], input[type="search"], input[type="password"], input[type="em
104
106
  @include font-rem(null,14px,32px,sans-serif);
105
107
  }
106
108
  }
109
+ input[disabled] {
110
+ background:$gray-lighter;
111
+ }
107
112
  label{
108
113
  @include font-rem(null,14px,24px,null);
109
114
  }
@@ -192,13 +197,17 @@ ul{
192
197
  }
193
198
  }
194
199
  &.button--primary{
195
- background-color:$orange;
200
+ background-color:$button-primary;
196
201
  color:#fff;
197
- @include box-shadow (0 -2px 0 $orange-dark inset);
198
- @include text-shadow(1px 1px 1px black);
202
+ @include text-shadow(none);
203
+ @include box-shadow (0 -2px 0 $button-primary-shadow inset);
199
204
  &:hover{
200
- background:$orange-light;
201
- @include box-shadow (0 -2px 0 $orange inset);
205
+ background:$button-primary-hover;
206
+ @include box-shadow (0 -2px 0 $button-primary-shadow inset);
207
+ }
208
+ &:active{
209
+ background:$button-primary-down;
210
+ @include box-shadow (0 -2px 0 $button-primary-shadow inset);
202
211
  }
203
212
  &.button--selected{
204
213
  cursor: default;
@@ -847,6 +856,10 @@ ul{
847
856
  left:8px;
848
857
  margin-top:-4px !important;
849
858
 
859
+ @include respond-to(ph) {
860
+ min-width:240px;
861
+ }
862
+
850
863
  & .host-options {
851
864
 
852
865
  &__item {
@@ -867,7 +880,7 @@ ul{
867
880
 
868
881
 
869
882
  & .host-detail {
870
- border-top:1px dashed $gray-lighter;
883
+ border-top:1px dashed $gray-light;
871
884
 
872
885
  &:nth-child(2) {
873
886
  border-top-style:solid;
@@ -1915,7 +1928,7 @@ ul{
1915
1928
  @include border-radius(4px);
1916
1929
  border:4px solid $gray-lighter;
1917
1930
  @include box-sizing(border-box);
1918
- width:calc(100% - 48px);
1931
+ min-width:calc(100% - 48px);
1919
1932
 
1920
1933
 
1921
1934
  li {
@@ -1924,7 +1937,7 @@ ul{
1924
1937
  padding: 4px 8px;
1925
1938
  font-weight:bold;
1926
1939
 
1927
- &:hover{
1940
+ &:hover, &.current{
1928
1941
  background:$cyan-light;
1929
1942
  cursor: pointer;
1930
1943
  }
@@ -2073,6 +2086,10 @@ ul{
2073
2086
  border:4px solid $gray-lighter;
2074
2087
  width:auto!important;
2075
2088
 
2089
+ @include respond-to(ph) {
2090
+ transform:translateX(-18px);
2091
+ }
2092
+
2076
2093
  & .ui-datepicker-title {
2077
2094
  text-align:center;
2078
2095
  }
@@ -2267,16 +2284,20 @@ ul{
2267
2284
  // Cambiar el nombre a uno mas generico en un futuro, tal vez...
2268
2285
  .slider-currency {
2269
2286
 
2270
- &.ui-slider {
2271
- position:relative;
2272
- box-sizing:border-box;
2273
- background:$white;
2274
- border:4px solid $gray-lighter;
2275
- @include border-radius(2px);
2276
- height:8px;
2277
- }
2278
-
2279
- &.ui-slider .ui-slider-handle {
2287
+ position:relative;
2288
+ box-sizing:border-box;
2289
+ background:$white;
2290
+ border:4px solid $gray-lighter;
2291
+ @include border-radius(2px);
2292
+ height:8px;
2293
+ -webkit-touch-callout: none;
2294
+ -webkit-user-select: none;
2295
+ -khtml-user-select: none;
2296
+ -moz-user-select: none;
2297
+ -ms-user-select: none;
2298
+ user-select: none;
2299
+
2300
+ & .slider-handle {
2280
2301
  box-sizing:border-box;
2281
2302
  background:$white;
2282
2303
  border:6px solid $gray;
@@ -2287,6 +2308,14 @@ ul{
2287
2308
  top:-11px;
2288
2309
  cursor:pointer;
2289
2310
  z-index: 1;
2311
+
2312
+ -webkit-touch-callout: none;
2313
+ -webkit-user-select: none;
2314
+ -khtml-user-select: none;
2315
+ -moz-user-select: none;
2316
+ -ms-user-select: none;
2317
+ user-select: none;
2318
+
2290
2319
  &:hover {
2291
2320
  border-color:$orange;
2292
2321
  }
@@ -2294,9 +2323,13 @@ ul{
2294
2323
  &:focus {
2295
2324
  outline:none;
2296
2325
  }
2326
+
2327
+ &.max-range{
2328
+ right: 0;
2329
+ }
2297
2330
  }
2298
2331
 
2299
- &.ui-slider .ui-slider-range {
2332
+ & .slider-range {
2300
2333
  //background:$orange-dark;
2301
2334
  //background-size:6px 1px !important;
2302
2335
  //background: repeating-linear-gradient(to right, rgba(255,121,0,1) 0px, rgba(255,121,0,1) 2px, rgba(204,204,204,1) 3px, rgba(204,204,204,1) 4px);
@@ -2306,6 +2339,8 @@ ul{
2306
2339
  color:$gray-lighter;
2307
2340
  }
2308
2341
 
2342
+
2343
+
2309
2344
  }
2310
2345
 
2311
2346
  .slider-currency-input {
@@ -2376,4 +2411,75 @@ ul{
2376
2411
  // width:24px;
2377
2412
  // text-align:center;
2378
2413
  // @include font-rem(normal,16px,24px);
2379
- // }
2414
+ // }
2415
+
2416
+ //------------Stars-----------\\
2417
+
2418
+ .star--sm {
2419
+ font-size:12px;
2420
+ line-height:16px;
2421
+ width:16px;
2422
+ text-align:center;
2423
+ }
2424
+
2425
+ .star--lg {
2426
+ font-size:16px;
2427
+ line-height:24px;
2428
+ width:16px;
2429
+ margin-right:4px;
2430
+ }
2431
+
2432
+ //------------Amenity-----------\\
2433
+
2434
+ .amenity--sm {
2435
+ @include font-rem(normal, 16px, 24px);
2436
+ width:16px;
2437
+ margin-right:8px;
2438
+ }
2439
+
2440
+ .amenity--lg {
2441
+ @include font-rem(normal, 20px, 24px);
2442
+ width:24px;
2443
+ margin-right:8px;
2444
+ }
2445
+
2446
+ .price--sm {
2447
+ color:$orange-dark;
2448
+
2449
+ & .price__currency {
2450
+ @include font-rem(bold, 14px, 24px);
2451
+ margin-right:4px;
2452
+ display:inline-block;
2453
+ vertical-align:top;
2454
+ }
2455
+
2456
+ & .price__amount {
2457
+ @include font-rem(bold, 18px, 24px);
2458
+ display:inline-block;
2459
+ }
2460
+
2461
+ & .price__text {
2462
+ display:inline-block;
2463
+ @include font-rem(normal, 12px, 24px);
2464
+ vertical-align:top;
2465
+ margin-left:4px;
2466
+ }
2467
+
2468
+ }
2469
+
2470
+ .price--lg {
2471
+ color:$orange-dark;
2472
+
2473
+ & .price__currency {
2474
+ @include font-rem(normal, 24px, 40px);
2475
+ margin-right:4px;
2476
+ display:inline-block;
2477
+ vertical-align:top;
2478
+ }
2479
+
2480
+ & .price__amount {
2481
+ @include font-rem(bold, 36px, 40px);
2482
+ display:inline-block;
2483
+ }
2484
+
2485
+ }
@@ -1,10 +1,10 @@
1
1
  @font-face {
2
2
  font-family: 'almundo';
3
- src:url('fonts/almundo.eot?67zp9l');
4
- src:url('fonts/almundo.eot?#iefix67zp9l') format('embedded-opentype'),
5
- url('fonts/almundo.ttf?67zp9l') format('truetype'),
6
- url('fonts/almundo.woff?67zp9l') format('woff'),
7
- url('fonts/almundo.svg?67zp9l#almundo') format('svg');
3
+ src:url('fonts/almundo.eot?-urt2zu');
4
+ src:url('fonts/almundo.eot?#iefix-urt2zu') format('embedded-opentype'),
5
+ url('fonts/almundo.ttf?-urt2zu') format('truetype'),
6
+ url('fonts/almundo.woff?-urt2zu') format('woff'),
7
+ url('fonts/almundo.svg?-urt2zu#almundo') format('svg');
8
8
  font-weight: normal;
9
9
  font-style: normal;
10
10
  }
@@ -482,3 +482,6 @@
482
482
  .icon-order:before {
483
483
  content: "\e697";
484
484
  }
485
+ .icon-filter:before {
486
+ content: "\e698";
487
+ }
@@ -12,7 +12,7 @@
12
12
  color:transparent;
13
13
  }
14
14
 
15
- [class="icon-star"] {
15
+ [class*="icon-star"] {
16
16
  color:$star;
17
17
  }
18
18
 
@@ -6,6 +6,8 @@
6
6
  // 01 Tipography
7
7
  // 01-01 Text
8
8
  // 01-01-01 Media Queries
9
+ // 01-02 Line-Height
10
+ // 01-02-01 Media Queries
9
11
  // 01-02 Only Readers
10
12
  // 01-03 Link Style
11
13
  // 02 Colors
@@ -19,7 +21,7 @@
19
21
  //------------Tipography-----------\\
20
22
  //---------------------------------\\
21
23
 
22
- //--------------Text-------------\\
24
+ //---------------Text--------------\\
23
25
 
24
26
  .am-text--legal, .text--legal, .font-10 {
25
27
  @include font-rem(normal,10px,16px);
@@ -189,6 +191,95 @@
189
191
  }
190
192
  }
191
193
 
194
+ //--------------Line-Height-------------\\
195
+
196
+ .line-space-16 {
197
+ line-height:16px!important;
198
+ }
199
+ .line-space-24 {
200
+ line-height:24px!important;
201
+ }
202
+ .line-space-32 {
203
+ line-height:32px!important;
204
+ }
205
+ .line-space-40 {
206
+ line-height:40px!important;
207
+ }
208
+ .line-space-56 {
209
+ line-height:56px!important;
210
+ }
211
+ .line-space-64 {
212
+ line-height:64px!important;
213
+ }
214
+
215
+ //--------------Line-Height Media Queries-------------\\
216
+
217
+ // Phone to 767
218
+ @media (max-width:767px) {
219
+ .line-space-16--ph {
220
+ line-height:16px!important;
221
+ }
222
+ .line-space-24--ph {
223
+ line-height:24px!important;
224
+ }
225
+ .line-space-32--ph {
226
+ line-height:32px!important;
227
+ }
228
+ .line-space-40--ph {
229
+ line-height:40px!important;
230
+ }
231
+ .line-space-56--ph {
232
+ line-height:56px!important;
233
+ }
234
+ .line-space-64--ph {
235
+ line-height:64px!important;
236
+ }
237
+ }
238
+
239
+ // Tablet from 768 to 1151
240
+ @media (min-width:768px) and (max-width:1151px) {
241
+ .line-space-16--tb {
242
+ line-height:16px!important;
243
+ }
244
+ .line-space-24--tb {
245
+ line-height:24px!important;
246
+ }
247
+ .line-space-32--tb {
248
+ line-height:32px!important;
249
+ }
250
+ .line-space-40--tb {
251
+ line-height:40px!important;
252
+ }
253
+ .line-space-56--tb {
254
+ line-height:56px!important;
255
+ }
256
+ .line-space-64--tb {
257
+ line-height:64px!important;
258
+ }
259
+ }
260
+
261
+ // Desktop from 1152
262
+ @media (min-width:1152px) {
263
+ .line-space-16--dt {
264
+ line-height:16px!important;
265
+ }
266
+ .line-space-24--dt {
267
+ line-height:24px!important;
268
+ }
269
+ .line-space-32--dt {
270
+ line-height:32px!important;
271
+ }
272
+ .line-space-40--dt {
273
+ line-height:40px!important;
274
+ }
275
+ .line-space-56--dt {
276
+ line-height:56px!important;
277
+ }
278
+ .line-space-64--dt {
279
+ line-height:64px!important;
280
+ }
281
+ }
282
+
192
283
  //-----------Only Readers----------\\
193
284
 
194
285
  .am-only-readers, .only-readers{
@@ -71,3 +71,11 @@ $hover-link:#DEEFF9;
71
71
  $tripadvisor:#678D44;
72
72
 
73
73
  $star:#FDBA12;
74
+
75
+ // Buttons
76
+
77
+ $button-primary: #DE6A26;
78
+ $button-primary-hover: #FF9433;
79
+ $button-primary-down: #C15200;
80
+ $button-primary-shadow: #BF5B00;
81
+
@@ -282,7 +282,7 @@
282
282
  // Hidden
283
283
 
284
284
  .hidden{
285
- display:none;
285
+ display:none!important;
286
286
  }
287
287
 
288
288
  //Float
@@ -0,0 +1,124 @@
1
+ // // ----
2
+ // // libsass (v3.2.5)
3
+ // // ----
4
+
5
+ // $epp-sides: "left", "right", "top", "bottom";
6
+ // $epp-cols: 12;
7
+
8
+ // @mixin epp-cl($device){
9
+ // @for $i from 1 through $epp-cols{
10
+ // @if $epp-cols % $i == 0 {
11
+ // $from: 1;
12
+ // $to: #{$epp-cols/$i};
13
+ // } @else {
14
+ // $middle:0;
15
+ // $divisor:2;
16
+ // $quantity: $i;
17
+ // $total: $epp-cols;
18
+ // @if ($quantity>$total) {
19
+ // $middle: $quantity/2;
20
+ // } @else {
21
+ // $middle: $total/2;
22
+ // @while($middle>1) {
23
+ // @while($quantity % $divisor == 0 and $total % $divisor == 0) {
24
+ // $quantity: $quantity/$divisor;
25
+ // $total-total: $total/$divisor;
26
+ // }
27
+ // $divisor: $divisor + 1;
28
+ // $middle: $middle - 1;
29
+ // }
30
+ // }
31
+ // $from: $quantity;
32
+ // $to: $total;
33
+ // }
34
+
35
+ // .epp-cl-#{$from}-#{$to}#{$device} {
36
+ // width:#{($i*100)/$epp-cols}%!important;
37
+ // box-sizing:border-box;
38
+ // }
39
+
40
+ // .epp-lt-#{$from}-#{$to}#{$device} {
41
+ // margin-left:#{($i*100)/$epp-cols}%!important;
42
+ // box-sizing:border-box;
43
+ // }
44
+
45
+ // .epp-rt-#{$from}-#{$to}#{$device} {
46
+ // margin-right:#{($i*100)/$epp-cols}%!important;
47
+ // box-sizing:border-box;
48
+ // }
49
+
50
+ // @if #{$from} == #{$to} {
51
+ // .epp-cl-#{$from}#{$device} {
52
+ // width:#{100%/$i}px!important;
53
+ // box-sizing:border-box;
54
+ // }
55
+ // .epp-lt-#{$from}#{$device} {
56
+ // margin-left:#{100%/$i}px!important;
57
+ // box-sizing:border-box;
58
+ // }
59
+ // .epp-rt-#{$from}#{$device} {
60
+ // margin-right:#{100%/$i}px!important;
61
+ // box-sizing:border-box;
62
+ // }
63
+ // }
64
+
65
+ // }
66
+ // }
67
+
68
+ // @include epp-cl("");
69
+
70
+ // @mixin epp-text($device){
71
+ // $multiple: 1;
72
+ // @for $i from 1 through 24 {
73
+ // $value: ((8+($i*2))/16) * 1rem;
74
+ // .text--#{8+($i*2)}#{$device} {
75
+ // font-size:$value;
76
+ // @if $multiple * 8 <= 8+($i*2) {
77
+ // $multiple: $multiple + 1;
78
+ // }
79
+ // line-height: $multiple * 8px;
80
+ // }
81
+ // }
82
+ // }
83
+
84
+ // @include epp-text("");
85
+
86
+ // @mixin epp-air-and-space($device,$unit-val: 8){
87
+ // @for $i from 0 through 6{
88
+ // .epp-air-#{$i*$unit-val}#{$device} {
89
+ // padding:#{$i*$unit-val}px!important;
90
+ // box-sizing:border-box;
91
+ // }
92
+ // @each $side in $epp-sides{
93
+ // .epp-air-#{$side}-#{$i*$unit-val}#{$device}{
94
+ // padding-#{$side}:#{$i*$unit-val}px!important;
95
+ // box-sizing:border-box;
96
+ // }
97
+ // }
98
+ // .epp-space-#{$i*$unit-val}#{$device} {
99
+ // margin:#{$i*$unit-val}px;
100
+ // }
101
+ // @each $side in $epp-sides{
102
+ // .epp-space-#{$side}-#{$i*$unit-val}#{$device}{
103
+ // margin-#{$side}:#{$i*$unit-val}px;
104
+ // }
105
+ // }
106
+ // }
107
+ // }
108
+
109
+ // @include epp-air-and-space("");
110
+
111
+ // @media (min-width:1152px){
112
+ // @include epp-air-and-space("--dt");
113
+ // @include epp-cl("--dt");
114
+ // }
115
+
116
+ // @media (min-width:768px) and (max-width:1151px){
117
+ // @include epp-air-and-space("--tb");
118
+ // @include epp-cl("--tb");
119
+ // }
120
+
121
+ // @media (max-width:767px){
122
+ // @include epp-air-and-space("--ph");
123
+ // @include epp-cl("--ph");
124
+ // }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: am-commons
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.12
4
+ version: 0.0.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Emiliano Mongelo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-06-17 00:00:00.000000000 Z
11
+ date: 2015-07-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: compass
@@ -42,6 +42,8 @@ files:
42
42
  - stylesheets/_am.scss
43
43
  - stylesheets/_epp.scss
44
44
  - stylesheets/am-commons/_am-american-flags.scss
45
+ - stylesheets/am-commons/_am-amt-definition.scss
46
+ - stylesheets/am-commons/_am-amt.scss
45
47
  - stylesheets/am-commons/_am-commons.scss
46
48
  - stylesheets/am-commons/_am-components.scss
47
49
  - stylesheets/am-commons/_am-footer.scss
@@ -59,13 +61,16 @@ files:
59
61
  - stylesheets/am-commons/_epp-pixelator.scss
60
62
  - stylesheets/am-commons/_epp-utils.scss
61
63
  - stylesheets/am-commons/_fonts.scss
64
+ - stylesheets/am-commons/minxins-el-homo.scss
62
65
  - templates/project/manifest.rb
66
+ - versions/am-commons-0.0.10.gem
67
+ - versions/am-commons-0.0.11.gem
63
68
  homepage: http://www.almundo.com/
64
69
  licenses: []
65
70
  metadata: {}
66
71
  post_install_message: "\n\n##################################################\n##
67
- Al Mundo Commons - Sass/Compass Framework\n\n## Versión: 0.0.12\n## Agregar a config.rb:
68
- \nrequire 'am-commons'\ngem 'am-commons', '~> 0.0.12' \n##################################################\n\n"
72
+ Al Mundo Commons - Sass/Compass Framework\n\n## Versión: 0.0.13\n## Agregar a config.rb:
73
+ \nrequire 'am-commons'\ngem 'am-commons', '~> 0.0.13' \n##################################################\n\n"
69
74
  rdoc_options: []
70
75
  require_paths:
71
76
  - lib