am-commons 0.0.11 → 0.0.12
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.
- checksums.yaml +4 -4
- data/lib/am-commons/version.rb +1 -1
- data/package.json +1 -1
- data/stylesheets/am-commons/_am-components.scss +851 -239
- data/stylesheets/am-commons/_am-icons-definition.scss +10 -1
- data/stylesheets/am-commons/_am-icons.scss +8 -10
- data/stylesheets/am-commons/_am-utils.scss +294 -40
- data/stylesheets/am-commons/_am-variables.scss +4 -0
- data/stylesheets/am-commons/_epp-utils.scss +50 -5
- metadata +4 -4
@@ -38,7 +38,6 @@
|
|
38
38
|
text-overflow: ellipsis;
|
39
39
|
}
|
40
40
|
|
41
|
-
|
42
41
|
//---------------------------------\\
|
43
42
|
//---------Normal Utilities--------\\
|
44
43
|
//---------------------------------\\
|
@@ -322,14 +321,26 @@
|
|
322
321
|
&--full {
|
323
322
|
height:100%;
|
324
323
|
}
|
324
|
+
&--compact {
|
325
|
+
width:auto;
|
326
|
+
}
|
325
327
|
}
|
326
328
|
|
327
329
|
//List
|
328
|
-
.list
|
329
|
-
list-style:none;
|
330
|
+
.list {
|
330
331
|
|
331
|
-
|
332
|
-
|
332
|
+
&--unstyle {
|
333
|
+
list-style:none;
|
334
|
+
& li {
|
335
|
+
margin-left:0px;
|
336
|
+
}
|
337
|
+
|
338
|
+
}
|
339
|
+
|
340
|
+
&--inline {
|
341
|
+
& > li {
|
342
|
+
display:inline-block;
|
343
|
+
}
|
333
344
|
}
|
334
345
|
|
335
346
|
}
|
@@ -353,6 +364,31 @@
|
|
353
364
|
width: 100%;
|
354
365
|
}
|
355
366
|
|
367
|
+
|
368
|
+
// Position
|
369
|
+
.position-relative {
|
370
|
+
position:relative;
|
371
|
+
}
|
372
|
+
|
373
|
+
// Display
|
374
|
+
.display-inline {
|
375
|
+
display:inline;
|
376
|
+
}
|
377
|
+
|
378
|
+
.display-inline-block, .display-inblock {
|
379
|
+
display:inline-block;
|
380
|
+
}
|
381
|
+
|
382
|
+
.display-block {
|
383
|
+
display:block;
|
384
|
+
}
|
385
|
+
|
386
|
+
|
387
|
+
// Others
|
388
|
+
.label--inline-block {
|
389
|
+
display:inline-block;
|
390
|
+
}
|
391
|
+
|
356
392
|
//---------------------------------\\
|
357
393
|
//----------Media Queries----------\\
|
358
394
|
//---------------------------------\\
|
@@ -644,6 +680,9 @@
|
|
644
680
|
&--full {
|
645
681
|
height:100%;
|
646
682
|
}
|
683
|
+
&--compact {
|
684
|
+
width:auto;
|
685
|
+
}
|
647
686
|
}
|
648
687
|
|
649
688
|
}
|
@@ -935,6 +974,9 @@
|
|
935
974
|
&--full {
|
936
975
|
height:100%;
|
937
976
|
}
|
977
|
+
&--compact {
|
978
|
+
width:auto;
|
979
|
+
}
|
938
980
|
}
|
939
981
|
}
|
940
982
|
|
@@ -1226,5 +1268,8 @@
|
|
1226
1268
|
&--full {
|
1227
1269
|
height:100%;
|
1228
1270
|
}
|
1271
|
+
&--compact {
|
1272
|
+
width:auto;
|
1273
|
+
}
|
1229
1274
|
}
|
1230
1275
|
}
|
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.
|
4
|
+
version: 0.0.12
|
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-
|
11
|
+
date: 2015-06-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: compass
|
@@ -64,8 +64,8 @@ homepage: http://www.almundo.com/
|
|
64
64
|
licenses: []
|
65
65
|
metadata: {}
|
66
66
|
post_install_message: "\n\n##################################################\n##
|
67
|
-
Al Mundo Commons - Sass/Compass Framework\n\n## Versión: 0.0.
|
68
|
-
\nrequire 'am-commons'\ngem 'am-commons', '~> 0.0.
|
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"
|
69
69
|
rdoc_options: []
|
70
70
|
require_paths:
|
71
71
|
- lib
|