tungsten 0.2.15 → 0.2.16

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f624e117cec414229064375607fe96ad49f39c97d34484bb45bbba100b9b2c76
4
- data.tar.gz: 9afab5f602da7c618eb1ff2d3e329e7278b1f29b10ce216bab871d8335798a87
3
+ metadata.gz: e5bc5e3e3a6b066748e193e0393dd57035795a73a59ec5b61cd868175e58e9b5
4
+ data.tar.gz: 6fcb9fd0179aa381bc0f88ae262bc72a1b02ef9de021bfbcf6664caa2bc8c34a
5
5
  SHA512:
6
- metadata.gz: 13b6f2e4444e849dd228f5f88a01722c93a74737c8bd2ac3dfb9ee580b23b86c0e265383760233a1aed5d16c4bbca8267a78386be459ee75c2df3471b4475df3
7
- data.tar.gz: c248b92dd38943499461b04ca469ef7f204b88fe0102abd807dbe57b80e80ab0df63c76ebc5020dc2221240e5d49bef6ab6f681bdf8b66f6338121e1084dde9b
6
+ metadata.gz: 1e9f0e2621242e945a7da5756c33de076d7e4f0bf8a0aa8684e01a0e073699fbd99262acbdccd60d4e3cb34f72006f0c4cbe79b8f88483a8c370980bf5934c14
7
+ data.tar.gz: a61a779f15ed57bd7c853ef61b0099389db8ce82ef5383c9e3c3b7f9e5c202ec41cb15fdd6f21540d80c17e0ab57112beab5040f648c78bc8d4cc58bdc3d0d1c
@@ -17,7 +17,7 @@
17
17
  cursor: pointer;
18
18
  transition: background-color $timing .2s;
19
19
  &:hover, &:focus {
20
- color: $blue-02;
20
+ color: $blue-03;
21
21
  z-index: 1;
22
22
  }
23
23
 
@@ -35,7 +35,7 @@
35
35
  border-bottom-right-radius: $radius;
36
36
  }
37
37
  &.active {
38
- background-color: darken($blue-02, 5);
38
+ background-color: darken($blue-03, 5);
39
39
  z-index: 2;
40
40
  color: #fff;
41
41
  }
@@ -12,6 +12,16 @@
12
12
 
13
13
  // For some reason buttons are 2px too tall
14
14
  > .button-wrapper {
15
- align-self: center;
15
+ align-self: flex-end;
16
+ margin-bottom: 1px;
17
+
18
+ button.primary {
19
+ line-height: 1.5em;
20
+ padding: 10px 12px;
21
+ }
22
+
23
+ button.icon-button {
24
+ padding: 9px 9px 10px;
25
+ }
16
26
  }
17
27
  }
@@ -1,3 +1,3 @@
1
1
  module Tungsten
2
- VERSION = "0.2.15"
2
+ VERSION = "0.2.16"
3
3
  end
File without changes
@@ -2860,7 +2860,13 @@ input::-moz-focus-inner {
2860
2860
  .input-row > * ~ * {
2861
2861
  margin-left: 8px; }
2862
2862
  .input-row > .button-wrapper {
2863
- align-self: center; }
2863
+ align-self: flex-end;
2864
+ margin-bottom: 1px; }
2865
+ .input-row > .button-wrapper button.primary, .input-row > .button-wrapper button.dialog-continue {
2866
+ line-height: 1.5em;
2867
+ padding: 10px 12px; }
2868
+ .input-row > .button-wrapper button.icon-button {
2869
+ padding: 9px 9px 10px; }
2864
2870
 
2865
2871
  .input-unit {
2866
2872
  position: absolute;
@@ -3700,7 +3706,7 @@ table.card {
3700
3706
  cursor: pointer;
3701
3707
  transition: background-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s; }
3702
3708
  .toggle-nav-label:hover, .toggle-nav-label:focus {
3703
- color: #5596e6;
3709
+ color: #0094fd;
3704
3710
  z-index: 1; }
3705
3711
  .toggle-nav-label + .toggle-nav-label {
3706
3712
  margin-left: -1px; }
@@ -3711,7 +3717,7 @@ table.card {
3711
3717
  border-top-right-radius: 3px;
3712
3718
  border-bottom-right-radius: 3px; }
3713
3719
  .toggle-nav-label.active {
3714
- background-color: #3f88e3;
3720
+ background-color: #0085e4;
3715
3721
  z-index: 2;
3716
3722
  color: #fff; }
3717
3723
 
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tungsten
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.15
4
+ version: 0.2.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brandon Mathis
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2019-03-13 00:00:00.000000000 Z
12
+ date: 2019-03-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -317,12 +317,12 @@ files:
317
317
  - lib/tungsten.rb
318
318
  - lib/tungsten/helper.rb
319
319
  - lib/tungsten/version.rb
320
- - public/code-0.2.15.js
321
- - public/code-0.2.15.js.gz
322
- - public/tungsten-0.2.15.css
323
- - public/tungsten-0.2.15.css.gz
324
- - public/tungsten-0.2.15.js
325
- - public/tungsten-0.2.15.js.gz
320
+ - public/code-0.2.16.js
321
+ - public/code-0.2.16.js.gz
322
+ - public/tungsten-0.2.16.css
323
+ - public/tungsten-0.2.16.css.gz
324
+ - public/tungsten-0.2.16.js
325
+ - public/tungsten-0.2.16.js.gz
326
326
  homepage:
327
327
  licenses:
328
328
  - MIT