This repository was archived by the owner on Jan 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +19
-5
lines changed Expand file tree Collapse file tree 2 files changed +19
-5
lines changed Original file line number Diff line number Diff line change 151151 }
152152}
153153
154- @mixin shape-radius ($radius , $rtl-reflexive : false, $query : feature-targeting-functions .all ()) {
154+ @mixin shape-radius (
155+ $radius ,
156+ $rtl-reflexive : false,
157+ $query : feature-targeting-functions .all ()
158+ ) {
155159 .mdc-image-list__image {
156160 @include shape-mixins .radius ($radius , $rtl-reflexive , $query : $query );
157161 }
158162
159- $selector : if (& , " &.mdc-image-list--with-text-protection" , " .mdc-image-list--with-text-protection" );
163+ $selector : if (
164+ & ,
165+ ' &.mdc-image-list--with-text-protection' ,
166+ ' .mdc-image-list--with-text-protection'
167+ );
160168
161169 #{$selector } .mdc-image-list__supporting {
162170 $masked-radius : shape-functions .mask-radius ($radius , 0 0 1 1 );
163171
164- @include shape-mixins .radius ($masked-radius , $rtl-reflexive , $query : $query );
172+ @include shape-mixins .radius (
173+ $masked-radius ,
174+ $rtl-reflexive ,
175+ $query : $query
176+ );
165177 }
166178}
167179
179191 .mdc-image-list__item {
180192 @include feature-targeting-mixins .targets ($feat-structure ) {
181193 // Subtract extra fraction from each item's width to ensure correct wrapping in IE/Edge which round differently
182- width : calc (100% / #{$column-count } - #{$gutter-size + 1 / $column-count } );
194+ width : calc (
195+ 100% / #{$column-count } - #{$gutter-size + 1 / $column-count }
196+ );
183197 margin : $gutter-size / 2 ;
184198 }
185199 }
Original file line number Diff line number Diff line change 2121$standard-gutter-size : 4px !default ;
2222$masonry-gutter-size : 16px !default ;
2323$icon-size : 24px !default ;
24- $text-protection-background-color : rgba (0 , 0 , 0 , .6 ) !default ;
24+ $text-protection-background-color : rgba (0 , 0 , 0 , 0 .6 ) !default ;
2525$text-protection-height : 48px !default ;
2626$text-protection-horizontal-padding : 16px !default ;
2727$shape-radius : 0 !default ;
You can’t perform that action at this time.
0 commit comments