# cbxgooglemap/1.1.11/widgets/elementor-elements/elementor-icon/icon.css

CBX Map for Google Map &amp; OpenStreetMap, version 1.1.11. 15 lines.

- Page: https://pluginprobe.com/plugins/cbxgooglemap/1.1.11/code/widgets/elementor-elements/elementor-icon/icon.css
- Raw: https://pluginprobe.com/plugins/cbxgooglemap/1.1.11/raw/widgets/elementor-elements/elementor-icon/icon.css
- Modified: 2021-09-06T08:29:42+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/cbxgooglemap/1.1.11/code/widgets/elementor-elements/elementor-icon/icon.css#L10-L20`.

```css
.cbxmap-icon {
    position: relative;
}
.cbxmap-icon:before {
    content: ' ';
    background-image: url(map.png);
    background-size: contain;
    width: 26px;
    height: 26px;
    display: block;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
}
```
