dlegr250_material_design 0.4.88 → 0.4.89

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: 141fadb6bd5524fc507314bab3837d92a08f4ede
4
- data.tar.gz: c914e6ecb1ec9a63b85c1841192511764c1eca22
3
+ metadata.gz: c3e9c3cf7fe4851b438e277de23fe9a682a7fca9
4
+ data.tar.gz: ae1588c9fea98620b61079ff845faf8de1bc3917
5
5
  SHA512:
6
- metadata.gz: 01677eca3a754598d84d17397521fedee47492d123bbce8a495defe36ddec07b1036d98e3eba4c27c07d1856975af57a632c8e43e56c2764927f0327384342fb
7
- data.tar.gz: f801a0dd4e429817af9bc3a1fdd8a5b5e1faa7f51e95bbcee8043e339cd31bb8af10aab6cd736dd672eaf3c1e8ca8263de753341b0aafe0e85effedd2582a1a4
6
+ metadata.gz: 3a349868c3361af1da79c2629c0fb21a1fbbfaa446bb4485a3eee6f1b3275b9c2312537892cb79c3ab592e836d29569f8a87e6fe61eac76732d85eb587d137f6
7
+ data.tar.gz: d705b2cbd5a605120e34fb201c635a2b390f99b68a97f69014db2c59fddca0807f488c9991b0e64316a50bbf59761125e4feefcf60898cedc2aa2b7f9c5651f0
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.4.88"
2
+ VERSION = "0.4.89"
3
3
  end
@@ -1,6 +1,6 @@
1
1
  //======================================================================
2
2
  // EXAMPLE:
3
- // <div class="badge badge-blue">10</div>
3
+ // <div class="badge badge-blue badge-small">10</div>
4
4
  //======================================================================
5
5
 
6
6
  // Badges - base
@@ -9,31 +9,22 @@
9
9
  .badge {
10
10
  display: inline-block;
11
11
  font-size: $font-size-normal;
12
+ letter-spacing: 0.5px;
12
13
  min-width: 18px;
13
14
  padding: $spacing-small;
14
15
  text-align: center;
16
+ vertical-align: middle;
15
17
  @include rounded-corners;
16
18
  }
17
19
 
18
- .badge-round {
19
- @include rounded-corners(50%);
20
+ .badge-xsmall {
21
+ font-size: $font-size-small;
22
+ height: 28px;
23
+ line-height: 28px;
24
+ min-width: $button-height * 0.6;
25
+ padding: 0 $spacing-xsmall;
20
26
  }
21
27
 
22
- // .badge-small {
23
- // font-size: $font-size-small;
24
- // min-width: 14px;
25
- // padding: $spacing-xsmall;
26
- // }
27
- //
28
- // .button-xsmall {
29
- // font-size: $font-size-small;
30
- // height: 28px;
31
- // line-height: 28px;
32
- // min-width: $button-height * 0.6;
33
- // padding: 0 $spacing-xsmall;
34
- // }
35
-
36
- // Using dense name to be consistent with MD spec
37
28
  .badge-small {
38
29
  font-size: $font-size-small;
39
30
  height: $button-height-dense !important;
@@ -96,12 +96,6 @@ $buttons: ".button";
96
96
 
97
97
  .button-normal {}
98
98
 
99
- // Special case: submit.button with display: inline-flex would align left.
100
- // input[type="submit"].button,
101
- // .fab {
102
- // display: inline-block;
103
- // }
104
-
105
99
  // Buttons - icon buttons
106
100
  //----------------------------------------------------------------------
107
101
 
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.4.88
4
+ version: 0.4.89
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel LeGrand