dlegr250_material_design 0.4.64 → 0.4.65

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: 42e819d058d8428a14748eb18ebf43267b337fb7
4
- data.tar.gz: a2c39b446fd68546e5169e0b7aebe054c4bbb453
3
+ metadata.gz: 5ba6e1b4a2c7bd06243379a7b0425172d150f2e8
4
+ data.tar.gz: 3b8e2ce106d3bf89792e6ce09b4edb126c338874
5
5
  SHA512:
6
- metadata.gz: 0553a11a11b0b03075ed9b0a8f459dd1a28e2917583ed2c5ba707785e02390502b559005ea1fe0cefd4daab1be8e0bc00b04d5cc1a4590833626a714708abb1d
7
- data.tar.gz: dafb3f9378c1bf5fa075c3629f3848c79fefaaa1b399093dc4ede76847804fcc1e1619491f037a47d19a286106a1bce17bb6045e2081847376d96eaa9e1fbd34
6
+ metadata.gz: 6f9fd9c3d55885853f1a1fa9827d1ecb02d31843acdd883135d5a17321149bcedc417664d14dada26ee95d6743d2dc0aea91c419a4f5ce8aab76452d8c4f3566
7
+ data.tar.gz: 4a940fb36ddf86897aa9e5d87bed257d34e86ab62bf19719d102cd1a275e277b42356aabca86db669de57e87a34a1328f6fc5f8193b8beda4fcab65d418cf6ec
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.4.64"
2
+ VERSION = "0.4.65"
3
3
  end
@@ -108,18 +108,6 @@ ol {
108
108
  border-bottom: none;
109
109
  }
110
110
 
111
- .list-one-lines .list-item {
112
- min-height: 48px;
113
- }
114
-
115
- .list-two-lines .list-item {
116
- min-height: 72px;
117
- }
118
-
119
- .list-three-lines .list-item {
120
- min-height: 88px;
121
- }
122
-
123
111
  // Lists - list item
124
112
  //----------------------------------------------------------------------
125
113
 
@@ -127,18 +115,6 @@ ol {
127
115
  @include list-item();
128
116
  }
129
117
 
130
- .list-item.one-lines {
131
- min-height: 48px;
132
- }
133
-
134
- .list-item.two-lines {
135
- min-height: 72px;
136
- }
137
-
138
- .list-item.three-lines {
139
- min-height: 88px;
140
- }
141
-
142
118
  // Lists - list item icon
143
119
  //----------------------------------------------------------------------
144
120
 
@@ -202,6 +178,21 @@ ol {
202
178
  min-height: 32px;
203
179
  }
204
180
 
181
+ .list-one-lines .list-item,
182
+ .list-item-one-lines {
183
+ min-height: 48px !important;
184
+ }
185
+
186
+ .list-two-lines .list-item,
187
+ .list-item-two-lines {
188
+ min-height: 72px !important;
189
+ }
190
+
191
+ .list-three-lines .list-item,
192
+ .list-item-three-lines {
193
+ min-height: 88px !important;
194
+ }
195
+
205
196
  // Lists - hoverable
206
197
  //----------------------------------------------------------------------
207
198
 
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.64
4
+ version: 0.4.65
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel LeGrand