wdk-locations-grid.scss in WP Directory Kit 1.3.3, at elementor-elements/assets/css/widgets/wdk-locations-grid.scss
| 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 | } |