ustyle 1.4.0 → 1.4.1
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/dist/ustyle-content.css +1 -1
- data/dist/ustyle-icons.css +1 -1
- data/dist/ustyle-latest.css +1 -1
- data/dist/ustyle.json +1 -1
- data/lib/ustyle/version.rb +1 -1
- data/package.json +1 -1
- data/styleguide/partials/_header.tpl +1 -1
- data/vendor/assets/stylesheets/ustyle/components/_tabs.scss +7 -2
- metadata +2 -2
data/lib/ustyle/version.rb
CHANGED
data/package.json
CHANGED
|
@@ -3,5 +3,5 @@
|
|
|
3
3
|
<span class="logo__icon us-icon--notext us-icon--ustyle us-icon--typegrey us-icon--medium--mobile us-icon--large"></span>
|
|
4
4
|
uStyle
|
|
5
5
|
</a>
|
|
6
|
-
<a class="version" href="https://github.com/uswitch/ustyle/releases/tag/{{project.version}}">v{{project.version}}</a>
|
|
6
|
+
<a class="version" href="https://github.com/uswitch/ustyle/releases/tag/v{{project.version}}">v{{project.version}}</a>
|
|
7
7
|
</header>
|
|
@@ -212,11 +212,11 @@ $tab-active-color: $tab-border-color;
|
|
|
212
212
|
|
|
213
213
|
.us-tabs-nav-mainlink {
|
|
214
214
|
display: block;
|
|
215
|
-
padding: .75em
|
|
215
|
+
padding: .75em ($gutter-width / 2) .5em;
|
|
216
216
|
|
|
217
217
|
&:after {
|
|
218
218
|
position: absolute;
|
|
219
|
-
right: $gutter-width/2;
|
|
219
|
+
right: ($gutter-width / 2);
|
|
220
220
|
}
|
|
221
221
|
|
|
222
222
|
.us-tab.active & {
|
|
@@ -242,6 +242,11 @@ $tab-active-color: $tab-border-color;
|
|
|
242
242
|
overflow: hidden;
|
|
243
243
|
opacity: 1;
|
|
244
244
|
|
|
245
|
+
@include respond-to(to-tablet) {
|
|
246
|
+
padding-right: ($gutter-width / 2);
|
|
247
|
+
padding-left: ($gutter-width / 2);
|
|
248
|
+
}
|
|
249
|
+
|
|
245
250
|
.js & {
|
|
246
251
|
max-height: 0;
|
|
247
252
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ustyle
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.4.
|
|
4
|
+
version: 1.4.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- uSwitch Limited
|
|
@@ -13,7 +13,7 @@ authors:
|
|
|
13
13
|
autorequire:
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
|
-
date: 2016-
|
|
16
|
+
date: 2016-03-09 00:00:00.000000000 Z
|
|
17
17
|
dependencies:
|
|
18
18
|
- !ruby/object:Gem::Dependency
|
|
19
19
|
name: sass
|