dlegr250_material_design 0.1.55 → 0.1.57

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: 5230062878795c350ec1a1925b500c66f478b362
4
- data.tar.gz: 31597096239299f92b2ae22cdac5e51707491d14
3
+ metadata.gz: a0c4d79791132daa54be0338b21443722af1ad92
4
+ data.tar.gz: f58cd6ec0eb98b495041ef718e17820c5c0617ce
5
5
  SHA512:
6
- metadata.gz: ccfa1b25008edcd4ec4d94dc17640af6a5a1ff196fcc09a2e3755d5be6589ffe9243e70a3a15da24a1c015b9a864ccba0f63bbd0b70a4b96e65967173eb58905
7
- data.tar.gz: b49484b8870289355b6a53f25ad89b5323c20333823ff5fd806892e0d8850d90a816a1ad7555b923f97fb149181c9939143cbdb04863a212b4d93a399093bfe1
6
+ metadata.gz: d3d752f750408d61b6bc9a796e2bf879019d284b4b265bfb40a953c1b2f92385eb67c202dd30e8ff0aaed2b0649ddf3c1b06df99db4f64c417c58e24ce2fcd1f
7
+ data.tar.gz: 0afaa8273c63a378b6bf314c7c42012d53891aafafb25515ac14cac98cecc3d100921b683b3685f1ffecbc2f385a07ac7a64308832a8c8c044be6f04894b3fb8
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.1.55"
2
+ VERSION = "0.1.57"
3
3
  end
@@ -31,17 +31,6 @@ ol {
31
31
  }
32
32
  }
33
33
 
34
- // Lists - subheader to breakup lists
35
- //----------------------------------------------------------------------
36
-
37
- .list-subheader {
38
- color: color("helper");
39
- font-weight: 600;
40
- height: $tab-height;
41
- line-height: $tab-height;
42
- padding-left: $spacing-normal;
43
- }
44
-
45
34
  // Lists - header
46
35
  //----------------------------------------------------------------------
47
36
 
@@ -70,6 +59,17 @@ ol {
70
59
  }
71
60
  }
72
61
 
62
+ // Lists - subheader to breakup lists
63
+ //----------------------------------------------------------------------
64
+
65
+ .list-subheader {
66
+ color: color("helper");
67
+ font-weight: 600;
68
+ height: $tab-height;
69
+ line-height: $tab-height;
70
+ padding-left: $spacing-normal;
71
+ }
72
+
73
73
  // Lists - base
74
74
  //----------------------------------------------------------------------
75
75
 
@@ -1,86 +1,86 @@
1
- // Tabs - base
2
- //----------------------------------------------------------------------
3
-
4
- .tabs {
5
- // display: table;
6
- display: inline-block;
7
- height: $tab-height;
8
- // table-layout: fixed;
9
- width: 100%;
10
- }
11
-
12
- .tabs.bordered {
13
- @include box-shadow(0 1px color("divider"));
14
- }
15
-
16
- // Tabs - tab
17
- //----------------------------------------------------------------------
18
-
19
- .tab {
20
- border-bottom: 2px solid transparent;
21
- color: color("helper");
22
- cursor: pointer;
23
- // display: table-cell;
24
- display: inline-block;
25
- float: left;
26
- font-size: $font-size-normal;
27
- font-weight: 600;
28
- height: $tab-height - 2px; // Account for 2px bottom border on tab
29
- max-width: 264px;
30
- min-width: 72px;
31
- padding: 0 $spacing-small;
32
- text-align: center;
33
- text-decoration: none;
34
- text-transform: uppercase;
35
- vertical-align: middle;
36
- @include transition(all 0.30s ease);
37
-
38
- .icon {
39
- color: color("helper");
40
- font-size: $font-size-icon;
41
- }
42
-
43
- &:active {
44
- background-color: color("hover");
45
- }
46
- }
47
-
48
- // Tabs - colored
49
- //----------------------------------------------------------------------
50
-
51
- @each $color-name, $color in $colors {
52
- .tabs.color-#{$color-name} {
53
- .tab {
54
- // Hover and click tab
55
- &:hover,
56
- &:active {
57
- border-color: lighten($color, 30%);
58
- }
59
-
60
- // Clicking tab
61
- &:active {
62
- background-color: lighten($color, 40%);
63
- }
64
-
65
- // Persistent active tab
66
- &.active {
67
- border-color: $color;
68
- color: $color;
69
-
70
- .icon {
71
- color: $color;
72
- }
73
- }
74
- }
75
- }
76
- }
77
-
78
- // Tabs - disabled
79
- //----------------------------------------------------------------------
80
-
81
- .tab:disabled,
82
- .tab.disabled {
83
- color: color("disabled");
84
- cursor: default;
85
- pointer-events: none;
86
- }
1
+ // // Tabs - base
2
+ // //----------------------------------------------------------------------
3
+ //
4
+ // .tabs {
5
+ // @include flex-parent-row();
6
+ // height: $tab-height;
7
+ // width: 100%;
8
+ // // display: table;
9
+ // // height: $tab-height;
10
+ // // table-layout: fixed;
11
+ // // width: 100%;
12
+ // }
13
+ //
14
+ // .tabs.bordered {
15
+ // @include box-shadow(0 1px color("divider"));
16
+ // }
17
+ //
18
+ // // Tabs - tab
19
+ // //----------------------------------------------------------------------
20
+ //
21
+ // .tab {
22
+ // border-bottom: 2px solid transparent;
23
+ // color: color("helper");
24
+ // cursor: pointer;
25
+ // // display: table-cell;
26
+ // font-size: $font-size-normal;
27
+ // font-weight: 600;
28
+ // // height: $tab-height - 2px; // Account for 2px bottom border on tab
29
+ // max-width: 264px;
30
+ // min-width: 72px;
31
+ // padding: $spacing-normal $spacing-small;
32
+ // text-align: center;
33
+ // text-decoration: none;
34
+ // text-transform: uppercase;
35
+ // vertical-align: middle;
36
+ // @include transition(all 0.30s ease);
37
+ //
38
+ // .icon {
39
+ // color: color("helper");
40
+ // font-size: $font-size-icon;
41
+ // }
42
+ //
43
+ // &:active {
44
+ // background-color: color("hover");
45
+ // }
46
+ // }
47
+ //
48
+ // // Tabs - colored
49
+ // //----------------------------------------------------------------------
50
+ //
51
+ // @each $color-name, $color in $colors {
52
+ // .tabs.color-#{$color-name} {
53
+ // .tab {
54
+ // // Hover and click tab
55
+ // &:hover,
56
+ // &:active {
57
+ // border-color: lighten($color, 30%);
58
+ // }
59
+ //
60
+ // // Clicking tab
61
+ // &:active {
62
+ // background-color: lighten($color, 40%);
63
+ // }
64
+ //
65
+ // // Persistent active tab
66
+ // &.active {
67
+ // border-color: $color;
68
+ // color: $color;
69
+ //
70
+ // .icon {
71
+ // color: $color;
72
+ // }
73
+ // }
74
+ // }
75
+ // }
76
+ // }
77
+ //
78
+ // // Tabs - disabled
79
+ // //----------------------------------------------------------------------
80
+ //
81
+ // .tab:disabled,
82
+ // .tab.disabled {
83
+ // color: color("disabled");
84
+ // cursor: default;
85
+ // pointer-events: none;
86
+ // }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dlegr250_material_design
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.55
4
+ version: 0.1.57
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel LeGrand