dlegr250_material_design 0.5.31 → 0.5.32

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: 29a7a8821f33f2e14e4008a15b90cf93095b4a6a
4
- data.tar.gz: 3a65120bb2ff8b23822987ed0a0885799df189b4
3
+ metadata.gz: f83bf76ebb5b7f02733d8c5b8b2e975de582c2ea
4
+ data.tar.gz: f59516ca94258eff28c58042c6d6ef97e9887df4
5
5
  SHA512:
6
- metadata.gz: 470d35593a2cab9154238518e8a37988cfca464e1e67f56903e18e3412dbfc8da351189682a85ec30b8908dbe93b5b34a88d513af6345139c18094dce1c71cad
7
- data.tar.gz: df2e85ae8f6a31608668ecbda8573defa9ff0cc7f784ede487af3dfb1b6317547bf8e0d28126b793f9af6b15df5a1a704728ff9f2ef0c20fa867526ce6595b52
6
+ metadata.gz: 3886ae51e2961dbafaf44c6a29dd2a00346b2188f3ded73706ec0516fc60ab01268f07a4a1b0e2569a9c682d9b454d75839ad7779e6036edd334478c310e999e
7
+ data.tar.gz: b7bc013106fbcccd4ea987653a2922da1a5cbadec3333226abd32047d144c574cef01297b341a4b3b28058c9efd72c339960b210135c22f5d4e56cc2056e95a9
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.5.31"
2
+ VERSION = "0.5.32"
3
3
  end
@@ -54,10 +54,14 @@
54
54
  }
55
55
 
56
56
  @media (min-width: $width-small) {
57
- .dialog {
57
+ .dialog,
58
+ .dialog-full-screen,
59
+ .dialog[data-fullscreen="true"] {
58
60
  height: auto;
59
61
  max-height: 90%;
62
+ max-width: 90%;
60
63
  position: relative;
64
+ width: auto;
61
65
  @include box-shadow(0 12px 15px 0 rgba(0,0,0,0.24));
62
66
  @include rounded-corners();
63
67
  }
@@ -65,11 +69,11 @@
65
69
 
66
70
  // Sizes
67
71
  @media (min-width: $width-small) {
68
- .dialog-xsmall { width: $dialog-width-xsmall; }
69
- .dialog-small { width: $dialog-width-small; }
70
- .dialog-normal { width: $dialog-width-normal; }
71
- .dialog-large { width: $dialog-width-large; }
72
- .dialog-xlarge { width: $dialog-width-xlarge; }
72
+ .dialog-xsmall { width: $dialog-width-xsmall !important; }
73
+ .dialog-small { width: $dialog-width-small !important; }
74
+ .dialog-normal { width: $dialog-width-normal !important; }
75
+ .dialog-large { width: $dialog-width-large !important; }
76
+ .dialog-xlarge { width: $dialog-width-xlarge !important; }
73
77
  }
74
78
 
75
79
  // Dialogs - header
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.31
4
+ version: 0.5.32
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel LeGrand