dlegr250_material_design 0.1.58 → 0.1.59

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2bed7c79659207a28f9e10e070c216fe4b4f7fc3
4
- data.tar.gz: 23ef21cd4db89535d045106a1c006e6e21fc749a
3
+ metadata.gz: 8bf6da79da1bf273f083fdb0c44be82c99cf040d
4
+ data.tar.gz: 3ca862e3c95f40121e0542a827ef2e39972e4ec0
5
5
  SHA512:
6
- metadata.gz: 7f2cfbd8f1063521e440c6b2f61421b725769d21c3d0b567c0b581fed01db56ed973f1037f9ebb8e0c3e41cf4b7c346d59d2c50f57f9f6d89dc2db2232cce4b2
7
- data.tar.gz: 59d5a6049f67154fc936f2e7e0248754ae7248ad8f20c17be1d7c9229299732c00c50863b37fb243f532bd4d96f624e53d8b0c98ade371e91463bdc8c2ae37c7
6
+ metadata.gz: d40d80e66d98f8923e1a4aba2bf1e8e20b1a06e006526482dd3de71b001843f95a4040e0a630fc4c33773ae7e2c01f300e1e468f1d6d9b257acbf54d8ea47431
7
+ data.tar.gz: 5723cc10dd16233816d64d92a3546f11c39a0b8080344b2438b0de55456d87c0fa43deff6a6c799df0a2b89a89239e5663b77c4fbc9f7f7134321f696554cda7
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.1.58"
2
+ VERSION = "0.1.59"
3
3
  end
@@ -124,6 +124,18 @@ ol {
124
124
  width: $list-item-icon-width;
125
125
  }
126
126
 
127
+ .list-item-icon-circle {
128
+ background-color: color("grey");
129
+ color: color("white");
130
+ display: inline-block;
131
+ font-size: $font-size-normal;
132
+ height: 24px;
133
+ line-height: 24px;
134
+ text-align: center;
135
+ width: 24px;
136
+ @include rounded-corners(50%);
137
+ }
138
+
127
139
  // Lists - list item primary
128
140
  //----------------------------------------------------------------------
129
141
 
@@ -8,7 +8,7 @@
8
8
  width: 100%;
9
9
  }
10
10
 
11
- .tabs.bordered {
11
+ .tabs-bordered {
12
12
  @include box-shadow(0 1px color("divider"));
13
13
  }
14
14
 
@@ -23,8 +23,8 @@
23
23
  font-size: $font-size-normal;
24
24
  font-weight: 600;
25
25
  height: $tab-height - 2px; // Account for 2px bottom border on tab
26
- max-width: 264px;
27
- min-width: 72px;
26
+ // max-width: 264px;
27
+ // min-width: 72px;
28
28
  padding: 0 $spacing-small;
29
29
  text-align: center;
30
30
  text-decoration: none;
@@ -32,7 +32,7 @@
32
32
  vertical-align: middle;
33
33
  @include transition(all 0.30s ease);
34
34
 
35
- .icon {
35
+ .tab-icon {
36
36
  color: color("helper");
37
37
  font-size: $font-size-icon;
38
38
  }
@@ -46,7 +46,7 @@
46
46
  //----------------------------------------------------------------------
47
47
 
48
48
  @each $color-name, $color in $colors {
49
- .tabs.color-#{$color-name} {
49
+ .tabs-color-#{$color-name} {
50
50
  .tab {
51
51
  // Hover and click tab
52
52
  &:hover,
@@ -64,7 +64,7 @@
64
64
  border-color: $color;
65
65
  color: $color;
66
66
 
67
- .icon {
67
+ .tab-icon {
68
68
  color: $color;
69
69
  }
70
70
  }
@@ -75,6 +75,7 @@
75
75
  // Tabs - disabled
76
76
  //----------------------------------------------------------------------
77
77
 
78
+ .tabs.disabled .tab,
78
79
  .tab:disabled,
79
80
  .tab.disabled {
80
81
  color: color("disabled");
@@ -44,6 +44,5 @@
44
44
  @import "components/details_lists";
45
45
  @import "components/grid_lists";
46
46
  @import "components/tooltips";
47
- @import "components/steppers";
48
47
  @import "components/spinners";
49
48
  @import "components/code";
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dlegr250_material_design
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.58
4
+ version: 0.1.59
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel LeGrand
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-05-03 00:00:00.000000000 Z
11
+ date: 2016-05-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -120,7 +120,6 @@ files:
120
120
  - vendor/assets/stylesheets/components/panels.scss
121
121
  - vendor/assets/stylesheets/components/snackbarlight.scss
122
122
  - vendor/assets/stylesheets/components/spinners.scss
123
- - vendor/assets/stylesheets/components/steppers.scss
124
123
  - vendor/assets/stylesheets/components/tabs.scss
125
124
  - vendor/assets/stylesheets/components/tooltips.scss
126
125
  - vendor/assets/stylesheets/dlegr250_material_design.scss
@@ -1,100 +0,0 @@
1
- //======================================================================
2
- // EXAMPLE:
3
- // <div class="steps">
4
- // <div class="step-item active">
5
- // <div class="step-item-icon">
6
- // <div class="step-item-icon-circle">1</div>
7
- // </div>
8
- // <div class="step-item-primary">
9
- // Primary Text
10
- // <div class="step-item-primary-subtext">
11
- // Subtext
12
- // </div>
13
- // </div>
14
- // </div>
15
- // </div>
16
- //======================================================================
17
-
18
- // Steps - base
19
- //----------------------------------------------------------------------
20
-
21
- .steps {}
22
-
23
- // Steps - step item
24
- //----------------------------------------------------------------------
25
-
26
- .step-item {
27
- @include flex-parent-row();
28
- @include transition(background-color 0.30s ease);
29
- }
30
-
31
- // Steps - step item children
32
- //----------------------------------------------------------------------
33
-
34
- .step-item-icon,
35
- .step-item-primary {
36
- box-sizing: border-box;
37
- padding-bottom: $spacing-normal;
38
- padding-top: $spacing-normal;
39
- }
40
-
41
- // Steps - step item circle
42
- //----------------------------------------------------------------------
43
-
44
- .step-item-icon {
45
- padding: $spacing-normal;
46
- text-align: center;
47
- }
48
-
49
- .step-item-icon-circle {
50
- background-color: color("grey");
51
- color: color("white");
52
- display: inline-block;
53
- height: 24px;
54
- line-height: 24px;
55
- text-align: center;
56
- width: 24px;
57
- @include rounded-corners(50%);
58
- }
59
-
60
- // Steps - step item primary
61
- //----------------------------------------------------------------------
62
-
63
- .step-item-primary {
64
- color: color("text");
65
- flex: 1;
66
- font-size: $font-size-normal;
67
- overflow: hidden;
68
- text-overflow: ellipsis;
69
- white-space: nowrap;
70
- }
71
-
72
- .step-item-primary-subtext {
73
- color: color("helper");
74
- font-size: $font-size-small;
75
- padding-top: $spacing-xsmall;
76
- }
77
-
78
- // Steps - active step
79
- //----------------------------------------------------------------------
80
-
81
- .step-item.active {
82
- background-color: color("hover");
83
-
84
- .step-item-icon-circle {
85
- background-color: color("primary");
86
- }
87
-
88
- .step-item-primary {
89
- font-weight: bold;
90
- }
91
- }
92
-
93
- // Steps - finished step (shoulder override active step)
94
- //----------------------------------------------------------------------
95
-
96
- .step-item.finished {
97
- .step-item-icon-circle {
98
- background-color: color("green");
99
- }
100
- }