topcoat-rails 0.1.4 → 0.1.5
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.
- data/.gitignore +1 -0
- data/README.md +4 -2
- data/Rakefile +1 -1
- data/app/assets/stylesheets/topcoat/desktop-dark.scss +942 -0
- data/app/assets/stylesheets/topcoat/desktop-light.scss +942 -0
- data/app/assets/stylesheets/topcoat/{dark.scss → mobile-dark.scss} +6 -18
- data/app/assets/stylesheets/topcoat/{light.scss → mobile-light.scss} +6 -18
- data/lib/topcoat-rails/version.rb +1 -1
- metadata +8 -6
@@ -12,20 +12,6 @@
|
|
12
12
|
src: font-url("topcoat/SourceSansPro-Semibold.otf");
|
13
13
|
font-weight: 600;
|
14
14
|
}
|
15
|
-
@font-face {
|
16
|
-
font-family: "source";
|
17
|
-
src: font-url("topcoat/SourceSansPro-Regular.otf");
|
18
|
-
}
|
19
|
-
@font-face {
|
20
|
-
font-family: "source-l";
|
21
|
-
src: font-url("topcoat/SourceSansPro-Light.otf");
|
22
|
-
font-weight: 200;
|
23
|
-
}
|
24
|
-
@font-face {
|
25
|
-
font-family: "source-sb";
|
26
|
-
src: font-url("topcoat/SourceSansPro-Semibold.otf");
|
27
|
-
font-weight: 600;
|
28
|
-
}
|
29
15
|
|
30
16
|
body {
|
31
17
|
margin: 0;
|
@@ -607,7 +593,7 @@ limitations under the License.
|
|
607
593
|
<div class="topcoat-list__container">
|
608
594
|
<h3 class="topcoat-list__header">Category</h3>
|
609
595
|
<ul class="topcoat-list">
|
610
|
-
<li class="topcoat-list__item
|
596
|
+
<li class="topcoat-list__item">
|
611
597
|
Item
|
612
598
|
</li>
|
613
599
|
<li class="topcoat-list__item">
|
@@ -656,15 +642,14 @@ limitations under the License.
|
|
656
642
|
border-top: 1px solid #2f3234;
|
657
643
|
color: #c6c8c8;
|
658
644
|
}
|
659
|
-
.topcoat-list__item
|
660
|
-
.topcoat-list__item--first {
|
645
|
+
.topcoat-list__item {
|
661
646
|
margin: 0;
|
662
647
|
padding: 0;
|
663
648
|
padding: 1.25rem;
|
664
649
|
border-top: 1px solid #5e6061;
|
665
650
|
border-bottom: 1px solid #2f3234;
|
666
651
|
}
|
667
|
-
.topcoat-list__item
|
652
|
+
.topcoat-list__item:first-child {
|
668
653
|
border-top: 1px solid rgba(0,0,0,0.05);
|
669
654
|
}
|
670
655
|
|
@@ -710,6 +695,9 @@ Navigation Bar
|
|
710
695
|
-webkit-background-clip: padding;
|
711
696
|
-moz-background-clip: padding;
|
712
697
|
background-clip: padding-box;
|
698
|
+
white-space: nowrap;
|
699
|
+
overflow: hidden;
|
700
|
+
word-spacing: 0;
|
713
701
|
padding: 0;
|
714
702
|
margin: 0;
|
715
703
|
font: inherit;
|
@@ -12,20 +12,6 @@
|
|
12
12
|
src: font-url("topcoat/SourceSansPro-Semibold.otf");
|
13
13
|
font-weight: 600;
|
14
14
|
}
|
15
|
-
@font-face {
|
16
|
-
font-family: "source";
|
17
|
-
src: font-url("topcoat/SourceSansPro-Regular.otf");
|
18
|
-
}
|
19
|
-
@font-face {
|
20
|
-
font-family: "source-l";
|
21
|
-
src: font-url("topcoat/SourceSansPro-Light.otf");
|
22
|
-
font-weight: 200;
|
23
|
-
}
|
24
|
-
@font-face {
|
25
|
-
font-family: "source-sb";
|
26
|
-
src: font-url("topcoat/SourceSansPro-Semibold.otf");
|
27
|
-
font-weight: 600;
|
28
|
-
}
|
29
15
|
|
30
16
|
body {
|
31
17
|
margin: 0;
|
@@ -607,7 +593,7 @@ limitations under the License.
|
|
607
593
|
<div class="topcoat-list__container">
|
608
594
|
<h3 class="topcoat-list__header">Category</h3>
|
609
595
|
<ul class="topcoat-list">
|
610
|
-
<li class="topcoat-list__item
|
596
|
+
<li class="topcoat-list__item">
|
611
597
|
Item
|
612
598
|
</li>
|
613
599
|
<li class="topcoat-list__item">
|
@@ -656,15 +642,14 @@ limitations under the License.
|
|
656
642
|
border-top: 1px solid #bcbfbf;
|
657
643
|
color: #454545;
|
658
644
|
}
|
659
|
-
.topcoat-list__item
|
660
|
-
.topcoat-list__item--first {
|
645
|
+
.topcoat-list__item {
|
661
646
|
margin: 0;
|
662
647
|
padding: 0;
|
663
648
|
padding: 1.25rem;
|
664
649
|
border-top: 1px solid #eff1f1;
|
665
650
|
border-bottom: 1px solid #bcbfbf;
|
666
651
|
}
|
667
|
-
.topcoat-list__item
|
652
|
+
.topcoat-list__item:first-child {
|
668
653
|
border-top: 1px solid rgba(0,0,0,0.05);
|
669
654
|
}
|
670
655
|
|
@@ -710,6 +695,9 @@ Navigation Bar
|
|
710
695
|
-webkit-background-clip: padding;
|
711
696
|
-moz-background-clip: padding;
|
712
697
|
background-clip: padding-box;
|
698
|
+
white-space: nowrap;
|
699
|
+
overflow: hidden;
|
700
|
+
word-spacing: 0;
|
713
701
|
padding: 0;
|
714
702
|
margin: 0;
|
715
703
|
font: inherit;
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: topcoat-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-06-
|
12
|
+
date: 2013-06-23 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: railties
|
@@ -122,8 +122,10 @@ files:
|
|
122
122
|
- app/assets/images/topcoat/search_light.svg
|
123
123
|
- app/assets/images/topcoat/spinner.png
|
124
124
|
- app/assets/images/topcoat/spinner2x.png
|
125
|
-
- app/assets/stylesheets/topcoat/dark.scss
|
126
|
-
- app/assets/stylesheets/topcoat/light.scss
|
125
|
+
- app/assets/stylesheets/topcoat/desktop-dark.scss
|
126
|
+
- app/assets/stylesheets/topcoat/desktop-light.scss
|
127
|
+
- app/assets/stylesheets/topcoat/mobile-dark.scss
|
128
|
+
- app/assets/stylesheets/topcoat/mobile-light.scss
|
127
129
|
- lib/topcoat-rails.rb
|
128
130
|
- lib/topcoat-rails/engine.rb
|
129
131
|
- lib/topcoat-rails/railtie.rb
|
@@ -143,7 +145,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
143
145
|
version: '0'
|
144
146
|
segments:
|
145
147
|
- 0
|
146
|
-
hash: -
|
148
|
+
hash: -635695859173085097
|
147
149
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
148
150
|
none: false
|
149
151
|
requirements:
|
@@ -152,7 +154,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
152
154
|
version: '0'
|
153
155
|
segments:
|
154
156
|
- 0
|
155
|
-
hash: -
|
157
|
+
hash: -635695859173085097
|
156
158
|
requirements: []
|
157
159
|
rubyforge_project:
|
158
160
|
rubygems_version: 1.8.25
|