cms/app-client/app/styles/components/notice-location-component.scss
author ymh <ymh.work@gmail.com>
Mon, 12 Dec 2016 17:37:54 +0100
changeset 468 8fe093d88efe
parent 454 710a2ae08a74
permissions -rw-r--r--
correct min, max calculations when theme list change

.notice-location-component {

  .notice-location-meta {
    float: left;
    width: 60%;
    box-sizing: border-box;
    overflow-wrap: break-word;
    padding-right: 5px;
  }

  .notice-location-map {
    float: right;
    width: 40%;
  }
  .leaflet-container {
    position: relative;
    height: 150px;
  }

  .leaflet-control-zoom-out {
    font-size: 12px;
  }

  .leaflet-control-zoom-in {
    font-size: 12px;
  }

  .leaflet-bar a, .leaflet-bar a:hover {
    line-height: 16px;
    height: 16px;
    width: 16px;
  }

  .notice-location-map-coordinates,
  .notice-location-map-mention {
    font-size: 10px;
  }

  .notice-location-ext-link {
    color: $corpus-grey;
    text-decoration: none;
  }

  .notice-location-ext-link:after {
    content: "\f045";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;

    color: $corpus-grey;
    padding-right: 0.5em;
    padding-left: 0.5em;
    text-decoration: none;
  }


}