PluginProbe
CBX Map for Google Map & OpenStreetMap / 1.1.11
CBX Map for Google Map & OpenStreetMap v1.1.11
trunk 1.1.10 1.1.11 1.1.12 1.1.5 1.1.6 1.1.7 1.1.8 1.1.9 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5
cbxgooglemap / widgets / elementor-elements / elementor-icon / icon.css

icon.css in CBX Map for Google Map & OpenStreetMap 1.1.11, at widgets/elementor-elements/elementor-icon/icon.css

15 lines 321 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .cbxmap-icon {
2 position: relative;
3 }
4 .cbxmap-icon:before {
5 content: ' ';
6 background-image: url(map.png);
7 background-size: contain;
8 width: 26px;
9 height: 26px;
10 display: block;
11 overflow: hidden;
12 background-size: cover;
13 background-repeat: no-repeat;
14 margin: 0 auto;
15 }