# wpdirectorykit/1.3.3/elementor-elements/assets/css/widgets/wdk-locations-grid.scss

WP Directory Kit, version 1.3.3. 48 lines.

- Page: https://pluginprobe.com/plugins/wpdirectorykit/1.3.3/code/elementor-elements/assets/css/widgets/wdk-locations-grid.scss
- Raw: https://pluginprobe.com/plugins/wpdirectorykit/1.3.3/raw/elementor-elements/assets/css/widgets/wdk-locations-grid.scss
- Modified: 2024-06-18T13:32:34+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/wpdirectorykit/1.3.3/code/elementor-elements/assets/css/widgets/wdk-locations-grid.scss#L10-L20`.

```scss
$color_hover: #0074e4;
$primary_color: #0074e4;
$secondary_color: #0052a2;
$text_color: #161616;

.wdk-locations-card {
    & {
        margin-bottom: 15px;
        position: relative;
    }

    > a {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
    }


    .wdk-thumbnail .wdk-image {
        object-fit: cover;
        height: 100%;
        object-position: center center;
        width: 100%;
    }

    .wdk-thumbnail .wdk-icon {
        object-fit: contain;
        height: auto;
        object-position: center center;
        width: 100%;
        margin: 0 auto;
    }
     
     
    .wdk-title {
        text-align: center;
        color: #161616;
        font-size: 18px;
        font-family: "Montserrat";
        font-weight: 700;
        margin-top: 10px;
        margin-bottom: 2px;
    }
}   
```
