dlegr250_material_design 0.5.84 → 0.5.85

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: 758e0f9f26a8505b5b9d50cb2a9ee44e1e495b07
4
- data.tar.gz: c5265c8a2d4ffdb49fe3ca7fc03013d1208e52f0
3
+ metadata.gz: cf872e4423925b0ee794bb2abd89298f47e66a12
4
+ data.tar.gz: 99202a38b41069c9e1e6b273ebf803c7d422987d
5
5
  SHA512:
6
- metadata.gz: 025bbe1e653e8610fa7ee4c60dd1dd13a7f52c4abeeba903a61e302c135543431e77db755fdfa4dfb569cceb80f927039e84a1573dc48655c295bfb34846aa19
7
- data.tar.gz: 293844d03a351affc5c8b480beacf0c44f153deea5bb937c3a863c384749a133d58dd6724a60a7a62a69f3bceadbf1330577093125be3a38edfcec50185ed38a
6
+ metadata.gz: f3fc0ce8ba752d52b61e9390b56bdc18ee87cfd341908561cd8444a10a626e1cd3cfabc9b85e10ce840d13ad0a8489b46ccce5d95591274a20575e8f87a22226
7
+ data.tar.gz: 38cabf8809eb19c19944f32a95fd0cd27ec5d18d4bb0b60ab1537d629b2d5bd7564a29944677628475498d63a8545e2915dc63aec210f2097f861bcd2336e24c
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.5.84"
2
+ VERSION = "0.5.85"
3
3
  end
@@ -171,7 +171,7 @@ $default-rounded-corners-radius: 2px; // As per Material Design spec
171
171
  }
172
172
 
173
173
  // // For a row of flex elements, such as the appbar.
174
- // @mixin flex-parent-row() {
174
+ // @mixin flex-parent() {
175
175
  // @include flex-parent();
176
176
  // align-items: center;
177
177
  // -ms-flex-align: center;
@@ -182,20 +182,20 @@ $default-rounded-corners-radius: 2px; // As per Material Design spec
182
182
  // justify-content: flex-start;
183
183
  // }
184
184
  //
185
- // @mixin flex-parent-row-align-center() {
186
- // @include flex-parent-row();
185
+ // @mixin flex-parent() {
186
+ // @include flex-parent();
187
187
  // flex: 1 1 auto;
188
188
  // justify-content: center;
189
189
  // }
190
190
  //
191
191
  // @mixin flex-parent-row-align-right() {
192
- // @include flex-parent-row();
192
+ // @include flex-parent();
193
193
  // flex: 1;
194
194
  // justify-content: flex-end;
195
195
  // }
196
196
  //
197
197
  // @mixin flex-parent-row-align-top() {
198
- // @include flex-parent-row();
198
+ // @include flex-parent();
199
199
  // align-items: flex-start;
200
200
  // -ms-flex-align: flex-start;
201
201
  // -webkit-align-items: flex-start;
@@ -41,7 +41,7 @@
41
41
  // color: color("text");
42
42
  // min-height: 0;
43
43
  // padding: $spacing-normal 0; // box-primary has padding on L/R already
44
- // @include flex-parent-row();
44
+ // @include flex-parent();
45
45
  // @include rounded-corners;
46
46
  // }
47
47
 
@@ -30,7 +30,7 @@ $buttons: ".button";
30
30
  text-decoration: none;
31
31
  vertical-align: middle;
32
32
  white-space: nowrap;
33
- @include flex-parent-row-align-center();
33
+ @include flex-parent();
34
34
  display: inline-flex;
35
35
  @include no-touch-highlight;
36
36
  @include rounded-corners;
@@ -102,7 +102,7 @@ $buttons: ".button";
102
102
  height: $button-icon-height;
103
103
  text-align: center;
104
104
  width: $button-icon-height;
105
- @include flex-parent-row-align-center();
105
+ @include flex-parent();
106
106
  display: inline-flex;
107
107
  @include no-touch-highlight;
108
108
  @include rounded-corners(50%);
@@ -266,7 +266,7 @@ $buttons: ".button";
266
266
  @include box-shadow(0 3px 7px 0 rgba(0, 0, 0, 0.4));
267
267
  @include rounded-corners(250px);
268
268
  @include text-shadow(0 -1px 0 color("helper"));
269
- @include flex-parent-row-align-center();
269
+ @include flex-parent();
270
270
  display: inline-flex;
271
271
  }
272
272
 
@@ -374,7 +374,7 @@ $buttons: ".button";
374
374
  //----------------------------------------------------------------------
375
375
 
376
376
  .button-group {
377
- @include flex-parent-row();
377
+ @include flex-parent();
378
378
 
379
379
  .button {
380
380
  @include rounded-corners(0);
@@ -72,7 +72,8 @@
72
72
 
73
73
  .card-align-top {
74
74
  .card-header {
75
- @include flex-parent-row-align-top();
75
+ @include flex-parent();
76
+ @include flex-vertical-align-top();
76
77
  }
77
78
 
78
79
  .card-header-icon {
@@ -80,7 +80,7 @@
80
80
  //----------------------------------------------------------------------
81
81
 
82
82
  .dialog-appbar {
83
- @include flex-parent-row();
83
+ @include flex-parent();
84
84
  border-bottom: 1px solid color("divider");
85
85
  height: $dialog-header-height;
86
86
  padding: 0 $spacing-small;
@@ -123,14 +123,15 @@
123
123
  .dialog-appbar-secondary-actions {
124
124
  @include list-item-secondary-actions();
125
125
  text-align: right;
126
- @include flex-parent-row();
126
+ @include flex-parent();
127
127
  }
128
128
 
129
129
  // Dialogs - header
130
130
  //----------------------------------------------------------------------
131
131
 
132
132
  .dialog-header {
133
- @include flex-parent-row-align-top();
133
+ @include flex-parent();
134
+ @include flex-vertical-align-top();
134
135
  border-bottom: 1px solid color("divider");
135
136
  padding: 0 $spacing-small;
136
137
  }
@@ -162,7 +162,8 @@
162
162
  .field-responsive {
163
163
  margin-bottom: $spacing-xsmall;
164
164
  width: 100%;
165
- @include flex-parent-row-align-top();
165
+ @include flex-parent();
166
+ @include flex-vertical-align-top();
166
167
 
167
168
  .field-label {
168
169
  display: inline-block;
@@ -199,7 +200,7 @@
199
200
  .field-inline {
200
201
  min-height: $input-height;
201
202
  padding: 0 $spacing-small;
202
- @include flex-parent-row();
203
+ @include flex-parent();
203
204
 
204
205
  .field-label {
205
206
  padding: 0;
@@ -62,7 +62,7 @@
62
62
  cursor: pointer;
63
63
  font-weight: normal;
64
64
  padding: 0; // $spacing-normal
65
- @include flex-parent-row();
65
+ @include flex-parent();
66
66
  @include transition(background-color 0.30s ease);
67
67
 
68
68
  &:hover {
@@ -75,7 +75,8 @@
75
75
  }
76
76
 
77
77
  .radio-group-align-top .radio-group-item {
78
- @include flex-parent-row-align-top();
78
+ @include flex-parent();
79
+ @include flex-vertical-align-top();
79
80
  }
80
81
 
81
82
  // Radios - colored
@@ -24,7 +24,8 @@
24
24
 
25
25
  @media (min-width: $device-medium) {
26
26
  .grid-row {
27
- @include flex-parent-row-align-top();
27
+ @include flex-parent();
28
+ @include flex-vertical-align-top();
28
29
  justify-content: space-around;
29
30
  }
30
31
 
@@ -168,7 +168,8 @@ ol {
168
168
  // Aligned top instead of centered
169
169
  .list-align-top {
170
170
  .list-item {
171
- @include flex-parent-row-align-top();
171
+ @include flex-parent();
172
+ @include flex-vertical-align-top();
172
173
  }
173
174
 
174
175
  .list-item-icon {
@@ -15,7 +15,8 @@
15
15
  display: block;
16
16
  text-align: left;
17
17
  width: 100%;
18
- @include flex-parent-row-align-top();
18
+ @include flex-parent();
19
+ @include flex-vertical-align-top();
19
20
  }
20
21
 
21
22
  .panel-description,
@@ -40,7 +40,7 @@
40
40
  padding-right: $spacing-small;
41
41
  position: relative;
42
42
  width: 100%;
43
- @include flex-parent-row();
43
+ @include flex-parent();
44
44
  }
45
45
 
46
46
  .search-search-icon {
@@ -92,7 +92,7 @@
92
92
  max-width: 300px;
93
93
  pointer-events: auto;
94
94
  position: relative;
95
- @include flex-parent-row();
95
+ @include flex-parent();
96
96
  @include transparency(1);
97
97
  }
98
98
 
@@ -2,7 +2,7 @@
2
2
  //----------------------------------------------------------------------
3
3
 
4
4
  .tabs {
5
- @include flex-parent-row();
5
+ @include flex-parent();
6
6
  height: 100%;
7
7
  position: relative;
8
8
  }
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.84
4
+ version: 0.5.85
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel LeGrand