ustyle 1.4.0 → 1.4.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
1
  module Ustyle
2
- version = "1.4.0"
2
+ version = "1.4.1"
3
3
  VERSION = version
4
4
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ustyle",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "A living styleguide and pattern library by uSwitch.",
5
5
  "keywords": [
6
6
  "css",
@@ -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 .75em .5em;
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.0
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-02-03 00:00:00.000000000 Z
16
+ date: 2016-03-09 00:00:00.000000000 Z
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
19
19
  name: sass