23 lines
1.7 KiB
CSS
23 lines
1.7 KiB
CSS
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.103.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/.pnpm/postcss-loader@6.2.1_postcss@8.5.6_webpack@5.103.0/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/.pnpm/sass-loader@16.0.6_sass@1.94.1_webpack@5.103.0/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/image-stack/style.scss ***!
|
|
\************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
/**
|
|
* The following styles get applied both on the front of your site
|
|
* and in the editor.
|
|
*/
|
|
.wp-block-carhop-blocks-image-stack .image-stack-container {
|
|
position: relative;
|
|
width: 100%;
|
|
overflow: visible;
|
|
}
|
|
.wp-block-carhop-blocks-image-stack .image-stack-item {
|
|
position: absolute;
|
|
}
|
|
.wp-block-carhop-blocks-image-stack .image-stack-item img {
|
|
width: 100%;
|
|
height: 100%;
|
|
-o-object-fit: contain;
|
|
object-fit: contain;
|
|
display: block;
|
|
}
|