dlegr250_material_design 0.5.83 → 0.5.84

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: b57ff2964ae9ccb17fa820be8b33098ff51d36f1
4
- data.tar.gz: a802520bcf0bcde27cc0f9286cc88ae18d712ea6
3
+ metadata.gz: 758e0f9f26a8505b5b9d50cb2a9ee44e1e495b07
4
+ data.tar.gz: c5265c8a2d4ffdb49fe3ca7fc03013d1208e52f0
5
5
  SHA512:
6
- metadata.gz: 0df3dd46dcfc456b8ca77911e6dbc58346a55081da18c3b6d1d6fdf82f6794d9e530238cd9dadc4e72bb15d609ffdc5263dc44283e49b5a1b75799c629ef2656
7
- data.tar.gz: 38714525da45c0b7d8406a2527310ac5eba9a90f68f4672715fdcf5ad18b0f199da511d3f6d6e41ddb3d07e61240f40b4025bac19685ec4f039581c21523f250
6
+ metadata.gz: 025bbe1e653e8610fa7ee4c60dd1dd13a7f52c4abeeba903a61e302c135543431e77db755fdfa4dfb569cceb80f927039e84a1573dc48655c295bfb34846aa19
7
+ data.tar.gz: 293844d03a351affc5c8b480beacf0c44f153deea5bb937c3a863c384749a133d58dd6724a60a7a62a69f3bceadbf1330577093125be3a38edfcec50185ed38a
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.5.83"
2
+ VERSION = "0.5.84"
3
3
  end
@@ -28,7 +28,7 @@
28
28
 
29
29
  .blank-state {
30
30
  margin: $spacing-large auto;
31
- max-width: $width-small - ($spacing-normal * 2);
31
+ max-width: $device-small - ($spacing-normal * 2);
32
32
  text-align: center;
33
33
  }
34
34
 
@@ -364,7 +364,7 @@ $buttons: ".button";
364
364
  width: 100%;
365
365
  }
366
366
 
367
- @media (min-width: $width-small) {
367
+ @media (min-width: $device-small) {
368
368
  .button.responsive {
369
369
  width: inherit;
370
370
  }
@@ -61,7 +61,7 @@
61
61
  @include list-item-secondary-actions();
62
62
  }
63
63
 
64
- @media (min-width: $width-small) {
64
+ @media (min-width: $device-small) {
65
65
  .card-header-primary {
66
66
  font-size: $font-size-large;
67
67
  }
@@ -69,7 +69,7 @@
69
69
  }
70
70
 
71
71
  // Larger devices
72
- @media (min-width: $width-medium) {
72
+ @media (min-width: $device-medium) {
73
73
  .dl-responsive {
74
74
  .dl-dt {
75
75
  display: table-cell;
@@ -68,7 +68,7 @@
68
68
  }
69
69
 
70
70
  // Sizes
71
- @media (min-width: $width-small) {
71
+ @media (min-width: $device-small) {
72
72
  .dialog-xsmall { width: $dialog-width-xsmall !important; }
73
73
  .dialog-small { width: $dialog-width-small !important; }
74
74
  .dialog-normal { width: $dialog-width-normal !important; }
@@ -172,7 +172,7 @@
172
172
  @include list-item-secondary-actions();
173
173
  }
174
174
 
175
- @media (min-width: $width-small) {
175
+ @media (min-width: $device-small) {
176
176
  .dialog-header-primary {
177
177
  font-size: $font-size-large;
178
178
  }
@@ -192,7 +192,7 @@
192
192
  overflow-y: auto;
193
193
  }
194
194
 
195
- @media (min-width: $width-small) {
195
+ @media (min-width: $device-small) {
196
196
  .dialog-scrollable {
197
197
  max-height: calc(90vh - #{$dialog-header-height * 2}); // For dialog-header and dialog-actions
198
198
  }
@@ -223,7 +223,7 @@
223
223
  }
224
224
  }
225
225
 
226
- @media (min-width: $width-medium) {
226
+ @media (min-width: $device-medium) {
227
227
  .dialog-full-height {
228
228
  .dialog-scrollable-no-actions {
229
229
  height: calc(90vh - 64px);
@@ -158,7 +158,7 @@
158
158
  }
159
159
  }
160
160
 
161
- @media (min-width: $width-medium) {
161
+ @media (min-width: $device-medium) {
162
162
  .field-responsive {
163
163
  margin-bottom: $spacing-xsmall;
164
164
  width: 100%;
@@ -62,7 +62,7 @@
62
62
  @include transition(background-color 0.30s ease);
63
63
  }
64
64
 
65
- @media (min-width: $width-medium) {
65
+ @media (min-width: $device-medium) {
66
66
  label {
67
67
  padding: 0 $spacing-normal;
68
68
  }
@@ -85,7 +85,7 @@ textarea {
85
85
  width: 100%;
86
86
  }
87
87
 
88
- @media (min-width: $width-medium) {
88
+ @media (min-width: $device-medium) {
89
89
  .input-responsive {
90
90
  width: inherit;
91
91
  }
@@ -51,7 +51,7 @@
51
51
  @include transition(background-color 0.30s ease);
52
52
  }
53
53
 
54
- @media (min-width: $width-medium) {
54
+ @media (min-width: $device-medium) {
55
55
  label {
56
56
  padding: 0 $spacing-normal;
57
57
  }
@@ -22,7 +22,7 @@
22
22
  max-width: 100%;
23
23
  }
24
24
 
25
- @media (min-width: $width-medium) {
25
+ @media (min-width: $device-medium) {
26
26
  .grid-row {
27
27
  @include flex-parent-row-align-top();
28
28
  justify-content: space-around;
@@ -63,7 +63,7 @@ $flex-grid-columns-count: 12;
63
63
  }
64
64
 
65
65
  // Medium devices
66
- @media (min-width: $width-medium) {
66
+ @media (min-width: $device-medium) {
67
67
  @for $i from 1 through $flex-grid-columns-count {
68
68
  $width: (100% / $flex-grid-columns-count * $i);
69
69
  .col-med-#{$i},
@@ -75,7 +75,7 @@ $flex-grid-columns-count: 12;
75
75
  }
76
76
 
77
77
  // Large devices
78
- @media (min-width: $width-large) {
78
+ @media (min-width: $device-large) {
79
79
  @for $i from 1 through $flex-grid-columns-count {
80
80
  $width: (100% / $flex-grid-columns-count * $i);
81
81
  .col-large-#{$i},
@@ -42,7 +42,7 @@
42
42
  }
43
43
 
44
44
  // Add padding at top/bottom on large
45
- @media (min-width: $width-large) {
45
+ @media (min-width: $device-large) {
46
46
  .menu {
47
47
  padding: $spacing-small 0;
48
48
  }
@@ -45,7 +45,7 @@
45
45
  // Snackbar - media queries
46
46
  //----------------------------------------------------------------------
47
47
 
48
- @media (min-width: $width-medium) {
48
+ @media (min-width: $device-medium) {
49
49
  #snackbar {
50
50
  left: 24px !important;
51
51
  margin-bottom: 24px !important;
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.83
4
+ version: 0.5.84
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel LeGrand