quantum 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -0
- data/app/assets/fonts/fontawesome/fontawesome-corp-webfont.eot +0 -0
- data/app/assets/fonts/fontawesome/fontawesome-corp-webfont.svg +179 -0
- data/app/assets/fonts/fontawesome/fontawesome-corp-webfont.ttf +0 -0
- data/app/assets/fonts/fontawesome/fontawesome-corp-webfont.woff +0 -0
- data/app/assets/fonts/fontawesome/fontawesome-ext-webfont.eot +0 -0
- data/app/assets/fonts/fontawesome/fontawesome-ext-webfont.svg +233 -0
- data/app/assets/fonts/fontawesome/fontawesome-ext-webfont.ttf +0 -0
- data/app/assets/fonts/fontawesome/fontawesome-ext-webfont.woff +0 -0
- data/app/assets/fonts/fontawesome/fontawesome-social-webfont.eot +0 -0
- data/app/assets/fonts/fontawesome/fontawesome-social-webfont.svg +371 -0
- data/app/assets/fonts/fontawesome/fontawesome-social-webfont.ttf +0 -0
- data/app/assets/fonts/fontawesome/fontawesome-social-webfont.woff +0 -0
- data/app/assets/fonts/fontawesome/fontawesome-webfont.eot +0 -0
- data/app/assets/fonts/fontawesome/fontawesome-webfont.otf +0 -0
- data/app/assets/fonts/fontawesome/fontawesome-webfont.ttf +0 -0
- data/app/assets/fonts/fontawesome/fontawesome-webfont.woff +0 -0
- data/app/assets/fonts/gotham/gotham-book.eot +0 -0
- data/app/assets/fonts/gotham/gotham-book.svg +631 -0
- data/app/assets/fonts/gotham/gotham-book.ttf +0 -0
- data/app/assets/fonts/gotham/gotham-book.woff +0 -0
- data/app/assets/fonts/gotham/gotham-light.eot +0 -0
- data/app/assets/fonts/gotham/gotham-light.svg +635 -0
- data/app/assets/fonts/gotham/gotham-light.ttf +0 -0
- data/app/assets/fonts/gotham/gotham-light.woff +0 -0
- data/app/assets/fonts/gotham/gotham-medium.eot +0 -0
- data/app/assets/fonts/gotham/gotham-medium.svg +629 -0
- data/app/assets/fonts/gotham/gotham-medium.ttf +0 -0
- data/app/assets/fonts/gotham/gotham-medium.woff +0 -0
- data/lib/quantum/version.rb +1 -1
- data/vendor/assets/stylesheets/breadcrumb.css.scss +0 -2
- data/vendor/assets/stylesheets/button.css.scss +10 -38
- data/vendor/assets/stylesheets/collapse.css.scss +0 -2
- data/vendor/assets/stylesheets/datepicker.css.scss +7 -16
- data/vendor/assets/stylesheets/dropdown.css.scss +4 -16
- data/vendor/assets/stylesheets/form.css.scss +7 -18
- data/vendor/assets/stylesheets/grid.css.scss +1 -1
- data/vendor/assets/stylesheets/header.css.scss +6 -18
- data/vendor/assets/stylesheets/icon.css.scss +20 -21
- data/vendor/assets/stylesheets/image.css.scss +3 -12
- data/vendor/assets/stylesheets/label_and_badge.css.scss +3 -10
- data/vendor/assets/stylesheets/link.css.scss +1 -4
- data/vendor/assets/stylesheets/list.css.scss +31 -0
- data/vendor/assets/stylesheets/modal.css.scss +3 -10
- data/vendor/assets/stylesheets/pagination.css.scss +6 -20
- data/vendor/assets/stylesheets/popover.css.scss +2 -6
- data/vendor/assets/stylesheets/progress.css.scss +3 -16
- data/vendor/assets/stylesheets/reset.css.scss +0 -10
- data/vendor/assets/stylesheets/tab.css.scss +9 -41
- data/vendor/assets/stylesheets/table.css.scss +0 -1
- data/vendor/assets/stylesheets/timepicker.css.scss +5 -10
- data/vendor/assets/stylesheets/tooltip.css.scss +1 -3
- data/vendor/assets/stylesheets/transitions.css.scss +0 -2
- data/vendor/assets/stylesheets/trunk.css.scss +3 -9
- data/vendor/assets/stylesheets/typography.css.scss +18 -43
- metadata +31 -2
@@ -7,9 +7,7 @@
|
|
7
7
|
================================================== */
|
8
8
|
.trunk {
|
9
9
|
background-color: rgba(43,50,53,1);
|
10
|
-
|
11
|
-
-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), inset 0 -1px 0 rgba(0,0,0,0.3);
|
12
|
-
box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), inset 0 -1px 0 rgba(0,0,0,0.3);
|
10
|
+
box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), inset 0 -1px 0 rgba(0,0,0,0.3);
|
13
11
|
left: 0;
|
14
12
|
position: fixed;
|
15
13
|
top: 50px;
|
@@ -27,9 +25,7 @@
|
|
27
25
|
.trunk-search input:-ms-input-placeholder { color: rgba(255,255,255,0.40); }
|
28
26
|
.trunk-search input::-webkit-input-placeholder { color: rgba(255,255,255,0.40); }
|
29
27
|
.trunk-nav a {
|
30
|
-
|
31
|
-
-moz-border-radius: 3px;
|
32
|
-
border-radius: 3px;
|
28
|
+
border-radius: 3px;
|
33
29
|
color: rgba(255,255,255,0.8);
|
34
30
|
display: block;
|
35
31
|
font-size: 12.5px;
|
@@ -55,9 +51,7 @@
|
|
55
51
|
}
|
56
52
|
.trunk-account li:last-child { margin-right: 0; }
|
57
53
|
.trunk-account li a {
|
58
|
-
|
59
|
-
-moz-border-radius: 3px;
|
60
|
-
border-radius: 3px;
|
54
|
+
border-radius: 3px;
|
61
55
|
color: rgba(255,255,255,0.8);
|
62
56
|
display: block;
|
63
57
|
font-size: 12.5px;
|
@@ -11,33 +11,33 @@
|
|
11
11
|
================================================== */
|
12
12
|
@font-face {
|
13
13
|
font-family: 'Gotham';
|
14
|
-
src: url('/fonts/Gotham/Regular/Book/gotham-book.eot');
|
15
|
-
src: url('/fonts/Gotham/Regular/Book/gotham-book.eot') format('embedded-opentype'),
|
16
|
-
url('/fonts/Gotham/Regular/Book/gotham-book.woff') format('woff'),
|
17
|
-
url('/fonts/Gotham/Regular/Book/gotham-book.ttf') format('truetype'),
|
18
|
-
url('/fonts/Gotham/Regular/Book/gotham-book.svg#GothamBookRegular') format('svg');
|
19
|
-
font-weight: normal;
|
20
14
|
font-style: normal;
|
15
|
+
font-weight: normal;
|
16
|
+
src: url(font_path('gotham/gotham-book.eot'));
|
17
|
+
src: url(font_path('gotham/gotham-book.eot')) format('embedded-opentype'),
|
18
|
+
url(font_path('gotham/gotham-book.woff')) format('woff'),
|
19
|
+
url(font_path('gotham/gotham-book.ttf')) format('truetype'),
|
20
|
+
url(font_path('gotham/gotham-book.svg#GothamBookRegular')) format('svg');
|
21
21
|
}
|
22
22
|
@font-face {
|
23
23
|
font-family: 'Gotham';
|
24
|
-
src: url('/fonts/Gotham/Regular/Medium/gotham-medium.eot');
|
25
|
-
src: url('/fonts/Gotham/Regular/Medium/gotham-medium.eot') format('embedded-opentype'),
|
26
|
-
url('/fonts/Gotham/Regular/Medium/gotham-medium.woff') format('woff'),
|
27
|
-
url('/fonts/Gotham/Regular/Medium/gotham-medium.ttf') format('truetype'),
|
28
|
-
url('/fonts/Gotham/Regular/Medium/gotham-medium.svg#GothamMediumRegular') format('svg');
|
29
|
-
font-weight: bold;
|
30
24
|
font-style: normal;
|
25
|
+
font-weight: bold;
|
26
|
+
src: url(font_path('gotham/gotham-medium.eot'));
|
27
|
+
src: url(font_path('gotham/gotham-medium.eot')) format('embedded-opentype'),
|
28
|
+
url(font_path('gotham/gotham-medium.woff')) format('woff'),
|
29
|
+
url(font_path('gotham/gotham-medium.ttf')) format('truetype'),
|
30
|
+
url(font_path('gotham/gotham-medium.svg#GothamMediumRegular')) format('svg');
|
31
31
|
}
|
32
32
|
@font-face {
|
33
33
|
font-family: 'Gotham';
|
34
|
-
src: url('/fonts/Gotham/Regular/Light/gotham-light.eot');
|
35
|
-
src: url('/fonts/Gotham/Regular/Light/gotham-light.eot') format('embedded-opentype'),
|
36
|
-
url('/fonts/Gotham/Regular/Light/gotham-light.woff') format('woff'),
|
37
|
-
url('/fonts/Gotham/Regular/Light/gotham-light.ttf') format('truetype'),
|
38
|
-
url('/fonts/Gotham/Regular/Light/gotham-light.svg#GothamLightRegular') format('svg');
|
39
|
-
font-weight: 200;
|
40
34
|
font-style: normal;
|
35
|
+
font-weight: 200;
|
36
|
+
src: url(font_path('gotham/gotham-light.eot'));
|
37
|
+
src: url(font_path('gotham/gotham-light.eot')) format('embedded-opentype'),
|
38
|
+
url(font_path('gotham/gotham-light.woff')) format('woff'),
|
39
|
+
url(font_path('gotham/gotham-light.ttf')) format('truetype'),
|
40
|
+
url(font_path('gotham/gotham-light.svg#GothamLightRegular')) format('svg');
|
41
41
|
}
|
42
42
|
|
43
43
|
/* #Typography
|
@@ -79,31 +79,6 @@ blockquote {
|
|
79
79
|
}
|
80
80
|
blockquote p { margin-bottom: 10px; }
|
81
81
|
blockquote small { color: rgba(122,122,122,1); }
|
82
|
-
ul, ol {
|
83
|
-
font-size: 15.5px;
|
84
|
-
line-height: 25px;
|
85
|
-
}
|
86
|
-
ul { padding-left: 17px; }
|
87
|
-
ol { padding-left: 23px; }
|
88
|
-
ul.list-small,
|
89
|
-
ol.list-small {
|
90
|
-
font-size: 13.5px;
|
91
|
-
line-height: 22px;
|
92
|
-
}
|
93
|
-
ul.list-unstyled {
|
94
|
-
list-style-type: none;
|
95
|
-
padding: 0;
|
96
|
-
}
|
97
|
-
dl dt,
|
98
|
-
dl dd {
|
99
|
-
font-size: 15.5px;
|
100
|
-
line-height: 25px;
|
101
|
-
}
|
102
|
-
dl dt {
|
103
|
-
font-weight: bold;
|
104
|
-
margin-bottom: 5px;
|
105
|
-
}
|
106
|
-
dl dd { margin: 0 0 5px 10px; }
|
107
82
|
|
108
83
|
/* #Alignments
|
109
84
|
================================================== */
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: quantum
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Juan Gomez
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-09-
|
11
|
+
date: 2013-09-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -52,6 +52,34 @@ files:
|
|
52
52
|
- LICENSE.txt
|
53
53
|
- README.md
|
54
54
|
- Rakefile
|
55
|
+
- app/assets/fonts/fontawesome/fontawesome-corp-webfont.eot
|
56
|
+
- app/assets/fonts/fontawesome/fontawesome-corp-webfont.svg
|
57
|
+
- app/assets/fonts/fontawesome/fontawesome-corp-webfont.ttf
|
58
|
+
- app/assets/fonts/fontawesome/fontawesome-corp-webfont.woff
|
59
|
+
- app/assets/fonts/fontawesome/fontawesome-ext-webfont.eot
|
60
|
+
- app/assets/fonts/fontawesome/fontawesome-ext-webfont.svg
|
61
|
+
- app/assets/fonts/fontawesome/fontawesome-ext-webfont.ttf
|
62
|
+
- app/assets/fonts/fontawesome/fontawesome-ext-webfont.woff
|
63
|
+
- app/assets/fonts/fontawesome/fontawesome-social-webfont.eot
|
64
|
+
- app/assets/fonts/fontawesome/fontawesome-social-webfont.svg
|
65
|
+
- app/assets/fonts/fontawesome/fontawesome-social-webfont.ttf
|
66
|
+
- app/assets/fonts/fontawesome/fontawesome-social-webfont.woff
|
67
|
+
- app/assets/fonts/fontawesome/fontawesome-webfont.eot
|
68
|
+
- app/assets/fonts/fontawesome/fontawesome-webfont.otf
|
69
|
+
- app/assets/fonts/fontawesome/fontawesome-webfont.ttf
|
70
|
+
- app/assets/fonts/fontawesome/fontawesome-webfont.woff
|
71
|
+
- app/assets/fonts/gotham/gotham-book.eot
|
72
|
+
- app/assets/fonts/gotham/gotham-book.svg
|
73
|
+
- app/assets/fonts/gotham/gotham-book.ttf
|
74
|
+
- app/assets/fonts/gotham/gotham-book.woff
|
75
|
+
- app/assets/fonts/gotham/gotham-light.eot
|
76
|
+
- app/assets/fonts/gotham/gotham-light.svg
|
77
|
+
- app/assets/fonts/gotham/gotham-light.ttf
|
78
|
+
- app/assets/fonts/gotham/gotham-light.woff
|
79
|
+
- app/assets/fonts/gotham/gotham-medium.eot
|
80
|
+
- app/assets/fonts/gotham/gotham-medium.svg
|
81
|
+
- app/assets/fonts/gotham/gotham-medium.ttf
|
82
|
+
- app/assets/fonts/gotham/gotham-medium.woff
|
55
83
|
- lib/quantum.rb
|
56
84
|
- lib/quantum/version.rb
|
57
85
|
- quantum.gemspec
|
@@ -91,6 +119,7 @@ files:
|
|
91
119
|
- vendor/assets/stylesheets/image.css.scss
|
92
120
|
- vendor/assets/stylesheets/label_and_badge.css.scss
|
93
121
|
- vendor/assets/stylesheets/link.css.scss
|
122
|
+
- vendor/assets/stylesheets/list.css.scss
|
94
123
|
- vendor/assets/stylesheets/map.css.scss
|
95
124
|
- vendor/assets/stylesheets/modal.css.scss
|
96
125
|
- vendor/assets/stylesheets/pagination.css.scss
|