External OLAC links leads now to the OLAC documentation. Closes #0025936
.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;
}
}