dlegr250_material_design 0.3.34 → 0.3.35

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: 2cbf5f1c65e9e135d26487b0e1665d4b5f48ce33
4
- data.tar.gz: 91093c80d2f76ff703036641a1305da97076e80f
3
+ metadata.gz: fe39f5fe1643048a47c0f8591e03f62fe35caab7
4
+ data.tar.gz: 16a83e7387e6c000f25b82b7bfe73d0e53f92527
5
5
  SHA512:
6
- metadata.gz: 84bb23e91a4a2045bbdb1fca964940e9b0f95c15d59c0427afedf0dd51a8cb8b11d48a0089400032d1eca86b9b7fd1f64112606c51e1aab4885233af4289a521
7
- data.tar.gz: 04e9cb8e8263a4e64505a47caf4ee97940cd5fc65e7ab683aebd5035381fe38bfb7532e99d9d4512016faebed7a4784dc8de6204981f5a2ae5be1c0f08a3d0e6
6
+ metadata.gz: 8bb227ac61dd1f677d69bdbd7dbae59512d6baddfe436058987f0f1a0b8d9abf28a2c55cd4c98cfe8bd5007f69bbc168941c4f2c3980331c09cab561c74fcfdc
7
+ data.tar.gz: 901fd9b7c8ad05dadbf1d611609b7f187c91517cb8cae3fbb8fe11fe47c7f344485bc855ce91e5d205e3336d614e28ca4871cf21463a33e189d969eefd213fa7
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.3.34"
2
+ VERSION = "0.3.35"
3
3
  end
@@ -114,6 +114,24 @@ input[type="submit"].button,
114
114
  }
115
115
  }
116
116
 
117
+ // Button icon - sizes
118
+ //----------------------------------------------------------------------
119
+
120
+ .button-icon-small {
121
+ height: $button-icon-height * 0.8;
122
+ line-height: $button-icon-height * 0.8;
123
+ width: $button-icon-height * 0.8;
124
+ }
125
+
126
+ .button-icon-large {
127
+ height: $button-icon-height * 1.2;
128
+ line-height: $button-icon-height * 1.2;
129
+ width: $button-icon-height * 1.2;
130
+ }
131
+
132
+ // Button icon - colors
133
+ //----------------------------------------------------------------------
134
+
117
135
  @each $color-name, $color in $colors {
118
136
  .button-icon-#{$color-name} {
119
137
  background-color: $color;
@@ -44,9 +44,9 @@
44
44
  flex: 1; // To fill empty gaps
45
45
  font-size: $font-size-large;
46
46
  margin-right: $spacing-small;
47
- overflow: hidden;
48
- text-overflow: ellipsis;
49
- white-space: nowrap;
47
+ // overflow: hidden;
48
+ // text-overflow: ellipsis;
49
+ // white-space: nowrap;
50
50
 
51
51
  a {
52
52
  color: $appbar-text-color;
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.3.34
4
+ version: 0.3.35
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel LeGrand