PluginProbe
WP Directory Kit / 1.3.3
WP Directory Kit v1.3.3
1.5.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 All 36 releases
wpdirectorykit / elementor-elements / assets / css / widgets / wdk-locations-grid.scss

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

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