@import "../../styles/abstracts/mixins";
@import "../../styles/abstracts/variables";

.location__wrapper {
    -webkit-box-shadow: 0 1px 11px $colorLight40;
    box-shadow: 0 1px 11px $colorLight40;
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    max-width: 300px;
    min-width: 300px;
    margin: 10px;
}

