PluginProbe
WP Directory Kit / 1.2.7
WP Directory Kit v1.2.7
1.5.6 1.5.5 1.5.4 1.5.3 trunk 1.1.0 1.1.6 1.1.8 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.8 1.4.0 1.4.1 All 35 releases
wpdirectorykit / elementor-elements / assets / css / widgets / wdk-locations-grid.css

wdk-locations-grid.css in WP Directory Kit 1.2.7, at elementor-elements/assets/css/widgets/wdk-locations-grid.css

40 lines 722 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wdk-locations-card {
2 margin-bottom: 15px;
3 position: relative;
4 }
5
6 .wdk-locations-card > a {
7 display: block;
8 position: absolute;
9 top: 0;
10 left: 0;
11 width: 100%;
12 height: 100%;
13 z-index: 2;
14 }
15
16 .wdk-locations-card .wdk-thumbnail .wdk-image {
17 object-fit: cover;
18 height: 100%;
19 object-position: center center;
20 width: 100%;
21 }
22
23 .wdk-locations-card .wdk-thumbnail .wdk-icon {
24 object-fit: contain;
25 height: auto;
26 object-position: center center;
27 width: 100%;
28 margin: 0 auto;
29 }
30
31 .wdk-locations-card .wdk-title {
32 text-align: center;
33 color: #161616;
34 font-size: 18px;
35 font-family: "Montserrat";
36 font-weight: 700;
37 margin-top: 10px;
38 margin-bottom: 2px;
39 }
40