/*
Theme Name: Naturarvet Child Theme 
Theme URI: https://github.com/mishterk/wp-tailwindcss-theme-boilerplate
Template: naturarvet
Author: Mikael Amborn
Author URI:
Description: A new design for Naturaret as a child theme of the existing naturarvet theme
Version: 1.0
Text Domain: naturarvet2
 */


/* If we move these to ForestMap.vue laravel mix complains about the urls even
 * if we have processCssUrls set to false!
 * https://github.com/JeffreyWay/laravel-mix/issues/2415 */
.butique-map a:hover { background: url( assets/img/map-plus.gif ) center no-repeat white; }
.butique-map a.reserved:hover { background: url( assets/img/map-minus.png ) center no-repeat white; }

.butique-map a.map-bought-pixel {
  background-image: url(assets/img/square-bought.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
}

