Sha256: b7dee8cd7477235ee540deaf0cdd038327aa45a67b846453e6c82c67aa4af417

Contents?: true

Size: 1.42 KB

Versions: 1

Compression:

Stored size: 1.42 KB

Contents

.google-map{
  width: 100%;
  height: 200px;
  background-color: $medium-gray;
  margin-bottom: 2rem;

  @include breakpoint(mediumlarge){
    height: 450px;
  }
}

.map__help{
  .skip{
    @include skip-button;
  }
}

.leaflet-container{
  // Keep it below the second level navigation dropdown
  z-index: 5;
}

.map-info{
  background: var(--primary);
  border-radius: $global-radius;

  > div:first-child{ //Map styles container
    > div:first-child{ //Triangle
      border-top-color: var(--primary) !important;
    }

    > div:nth-child(2){
      background-color: transparent !important;
      border-radius: $global-radius !important;
    }
  }

  *{
    box-shadow: none !important;
  }
}

.map-info__content{
  padding-top: 1rem;
  padding-left: 1.2rem;
}

.map__date-adress{
  @include breakpoint(medium){
    display: flex;
  }

  margin-bottom: 1rem;

  .card__datetime{
    float: none;
    border-color: var(--primary);
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 0;
    margin-bottom: 1rem;
    padding: .5em 1em;

    @include breakpoint(medium){
      margin-right: .5rem;
      margin-bottom: 0;
    }
  }

  .address{
    flex: 1;
    margin-bottom: 0;
  }

  .address__icon{
    display: none;

    @include breakpoint(medium){
      display: block;
    }
  }

  .card__extra{
    padding: 0 1rem;
  }
}

.map-info__button{
  text-align: center;

  .button{
    min-width: 12em;
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
decidim-core-0.22.0 app/assets/stylesheets/decidim/modules/_map.scss