dlegr250_material_design 0.5.27 → 0.5.28

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8335bfa86d547b09e3edbc6fa2e199d95754cef6
4
- data.tar.gz: 7bf9927fb55d21806a2d2ed3ebe9e144ab8c65de
3
+ metadata.gz: f6de37d2ccef1ca3137160428c45134c8561195a
4
+ data.tar.gz: ad457a1b810baad51bcdd4219b7e7c18b770ffdf
5
5
  SHA512:
6
- metadata.gz: b2099c2354e46084a00e6db8a20cef90e06a55216dc6f222955461f5ddc213619da98871920939fdcc79cc6e9c4b68627f6b4f5e92db958aa3ea1b6dbb941913
7
- data.tar.gz: 6bb8ea6ee7af74916bd1e28dde6c1d518c45505de3ff1041d71792f9d9e23d08403c0574445210250a017135da2fca60be085fb615a96218146d30f7730b564b
6
+ metadata.gz: abc1f38877ad2b348a575fc3fe58ffd5adbc4cf367983211e13c053592fd18f0629a9c2dab7e9957b733d7b4cb3d0b43479e1e7da3ff0a44137f86b1daa1d400
7
+ data.tar.gz: 95087db7b6bd7cd6c0ed8b2fc5acaa51af0d10166b68d70e6e377a8065d18a1c0a73e82c8bc2eda49122fdaa4bb63b6a3acfbf0e6c34ccec9c864e2b7a685753
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.5.27"
2
+ VERSION = "0.5.28"
3
3
  end
@@ -26,17 +26,6 @@
26
26
  }
27
27
  }
28
28
 
29
- // Dialogs - shared
30
- //----------------------------------------------------------------------
31
-
32
- .dialog-header,
33
- .dialog-header-primary,
34
- .dialog-header-primary-subtext,
35
- .dialog-content,
36
- .dialog-actions {
37
- box-sizing: border-box;
38
- }
39
-
40
29
  // Dialogs - base
41
30
  //----------------------------------------------------------------------
42
31
 
@@ -137,14 +126,17 @@
137
126
  //----------------------------------------------------------------------
138
127
 
139
128
  .dialog-content {
129
+ padding: $spacing-normal;
130
+ }
131
+
132
+ .dialog-scrollable {
140
133
  max-height: calc(100vh - #{$appbar-height}); // For dialog-header
141
134
  overflow: scroll;
142
- padding: $spacing-normal;
143
135
  // @include force-text-wrap();
144
136
  }
145
137
 
146
138
  @media (min-width: $width-small) {
147
- .dialog-content {
139
+ .dialog-scrollable {
148
140
  max-height: calc(90vh - #{$appbar-height * 2}); // For dialog-header and dialog-actions
149
141
  }
150
142
  }
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.5.27
4
+ version: 0.5.28
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel LeGrand