carhop__plugins__PROD-DEV/plugins/carhop-blocks/blocks/localisation-map/build/localisation-map/style-index.css
Antoine M da65a622b4
All checks were successful
continuous-integration/drone/push Build is passing
FEATURE Introducing the map component
2025-10-02 14:22:58 +02:00

25 lines
1.3 KiB
CSS

/*!********************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/localisation-map/style.scss ***!
\********************************************************************************************************************************************************************************************************************************************************/
.carhop-localisation-map .map-container a:after {
content: none !important;
}
.carhop-localisation-map .map-container {
margin: 0 auto;
width: 800px;
height: 500px;
background-color: var(--wp--preset--color--primary);
border-radius: 8px;
overflow: hidden;
}
.carhop-localisation-map .map-container:not([data-initialized=true]) {
display: flex;
align-items: center;
justify-content: center;
color: white;
}
.carhop-localisation-map .map-container:not([data-initialized=true])::before {
content: "Chargement de la carte...";
}
/*# sourceMappingURL=style-index.css.map*/