25 lines
1.3 KiB
CSS
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*/ |