diff -r 2a93eb9f38f5 -r 38d5789e30d0 cms/app-client/app/styles/components/notice-location-component.scss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cms/app-client/app/styles/components/notice-location-component.scss Sun Nov 27 15:12:30 2016 +0100 @@ -0,0 +1,60 @@ +.notice-location-component { + + .notice-location-meta { + float: left; + width: 60%; + } + + .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-meta { + overflow-wrap: break-word; + } + + .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; + } + + +} +