This repository was archived by the owner on Sep 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -58,11 +58,11 @@ consistency across your application.
58
58
</div>
59
59
<md-divider></md-divider>
60
60
<ul>
61
- <li layout="column" layout-gt-md="row " layout-align="start center">
61
+ <li layout="row" layout-sm=" column" layout-xs="column " layout-align="start center">
62
62
<span flex="25" class="docs-definition" aria-describedby="headings-selectors">
63
63
<code>.md-display-4</code>
64
64
</span>
65
- <h5 aria-describedby="headings-output" class="md-display-4 docs-output">Light 112px</h5>
65
+ <h5 flex aria-describedby="headings-output" class="md-display-4 docs-output">Light 112px</h5>
66
66
</li>
67
67
<li layout="row" layout-align="start center">
68
68
<span flex="25" class="docs-definition" aria-describedby="headings-selectors">
Original file line number Diff line number Diff line change 130
130
$value : #{$i * 5 + ' %' } ;
131
131
132
132
.#{$flexName } -#{$i * 5} {
133
- flex : 1 1 #{ $value } ;
133
+ flex : 1 1 100 % ;
134
134
max-width : #{$value } ;
135
135
max-height : 100% ;
136
136
box-sizing : border-box ;
137
137
}
138
138
139
139
.layout-row > .#{$flexName } -#{$i * 5} {
140
- flex : 1 1 #{ $value } ;
140
+ flex : 1 1 100 % ;
141
141
max-width : #{$value } ;
142
142
max-height : 100% ;
143
143
box-sizing : border-box ;
147
147
}
148
148
149
149
.layout-column > .#{$flexName } -#{$i * 5} {
150
- flex : 1 1 #{ $value } ;
150
+ flex : 1 1 100 % ;
151
151
max-width : 100% ;
152
152
max-height : #{$value } ;
153
153
box-sizing : border-box ;
164
164
}
165
165
166
166
.layout#{$name } -row > .#{$flexName } -#{$i * 5} {
167
- flex : 1 1 #{ $value } ;
167
+ flex : 1 1 100 % ;
168
168
max-width : #{$value } ;
169
169
max-height : 100% ;
170
170
box-sizing : border-box ;
174
174
}
175
175
176
176
.layout#{$name } -column > .#{$flexName } -#{$i * 5} {
177
- flex : 1 1 #{ $value } ;
177
+ flex : 1 1 100 % ;
178
178
max-width : 100% ;
179
179
max-height : #{$value } ;
180
180
box-sizing : border-box ;
186
186
}
187
187
188
188
.layout#{$name } -row {
189
- > .#{$flexName } -33 , > .#{$flexName } -33 { flex : 1 1 33.33 % ; max-width : 33.33% ; max-height : 100% ; box-sizing : border-box ; }
190
- > .#{$flexName } -66 , > .#{$flexName } -66 { flex : 1 1 66.66 % ; max-width : 66.66% ; max-height : 100% ; box-sizing : border-box ; }
189
+ > .#{$flexName } -33 , > .#{$flexName } -33 { flex : 1 1 100 % ; max-width : 33.33% ; max-height : 100% ; box-sizing : border-box ; }
190
+ > .#{$flexName } -66 , > .#{$flexName } -66 { flex : 1 1 100 % ; max-width : 66.66% ; max-height : 100% ; box-sizing : border-box ; }
191
191
192
192
// Bug workaround for http://crbug.com/546034 - flex issues on Chrome 48
193
193
> .flex { min-width : 0 ; }
194
194
195
195
}
196
196
197
197
.layout#{$name } -column {
198
- > .#{$flexName } -33 , > .#{$flexName } -33 { flex : 1 1 33.33 % ; max-width : 100% ; max-height : 33.33% ; box-sizing : border-box ; }
199
- > .#{$flexName } -66 , > .#{$flexName } -66 { flex : 1 1 66.66 % ; max-width : 100% ; max-height : 66.66% ; box-sizing : border-box ; }
198
+ > .#{$flexName } -33 , > .#{$flexName } -33 { flex : 1 1 100 % ; max-width : 100% ; max-height : 33.33% ; box-sizing : border-box ; }
199
+ > .#{$flexName } -66 , > .#{$flexName } -66 { flex : 1 1 100 % ; max-width : 100% ; max-height : 66.66% ; box-sizing : border-box ; }
200
200
201
201
// Bug workaround for http://crbug.com/546034 - flex issues on Chrome 48
202
202
> .flex { min-height : 0 ; }
You can’t perform that action at this time.
0 commit comments