UNPKG

kibana-with-account

Version:

kibana-with-account is develop based kibana project

185 lines (151 loc) 3.58 kB
@import (reference) "~ui/styles/variables"; /* _tilemap */ .tilemap { margin-bottom: 6px; border: 1px solid; border-color: @tilemap-border; position: relative; } /* leaflet Dom Util div for map label */ .tilemap-legend { padding: 5px 7px 5px 7px; margin: 0; font: 11px/13px Arial, Helvetica, sans-serif; background: @tilemap-legend-base-bg; background: @tilemap-legend-bg; box-shadow: 0 0 12px rgba(0,0,0,0.3); border-radius: 5px; text-align: left; line-height: 15px; color: @tilemap-color; } .tilemap-legend i { width: 10px; height: 10px; float: left; margin: 2px 4px 0 0; opacity: 1; border-radius: 50%; border-width: 1px; border-style: solid; border-color: @tilemap-legend-i-border; background: @tilemap-legend-i-bg; } /* leaflet Dom Util div for map legend */ .tilemap-info { padding: 3px 7px 3px 7px; margin: 0; font-size: 12px; background: @tilemap-info-base-bg; background: fade(@tilemap-info-bg, 92%); box-shadow: 0 0 12px rgba(0,0,0,0.3); border-radius: 5px; } .tilemap-info h2 { font-size: 12px !important; margin: 0 !important; padding: 0; color: @tilemap-info-header-color; } .leaflet-control-fit { text-align: center; background: @tilemap-leaflet-control-bg; width: 26px; height: 26px; outline: 1px @tilemap-leaflet-control-outline; } /* over-rides leaflet popup styles to look like kibana tooltip */ .leaflet-container { background: @tilemap-leaflet-container-bg !important; outline: 0 !important; } .leaflet-popup-content-wrapper { margin: 0; padding: 0; } .leaflet-popup { margin-bottom: 16px !important; pointer-events: none; } .leaflet-popup-content-wrapper { background: @tooltip-bg !important; color: @tooltip-color !important; border-radius: 4px !important; padding: 0 !important; } .leaflet-popup-content { margin: 0 !important; line-height: 1.1 !important; font-size: 12px; font-weight: normal; word-wrap: break-word; overflow: hidden; pointer-events: none; > :last-child { margin-bottom: @tooltip-space; } > * { margin: @tooltip-space @tooltip-space 0; } table { td,th { padding: @tooltip-space-tight; &.row-bucket { word-break: break-all; } } // if there is a header, give it a border that matches // those in the body thead tr { border-bottom: 1px solid; border-bottom-color: @tilemap-leaflet-popup-border; } // only apply to tr in the body, not the header tbody tr { border-top: 1px solid; border-top-color: @tilemap-leaflet-popup-border; &:first-child { border-top: none; } } } } .leaflet-popup-tip-container, .leaflet-popup-close-button { display: none !important; } .leaflet-control-layers-expanded { padding: 0; margin: 0; font: 12px/13px Arial, Helvetica, sans-serif; line-height: 14px !important; } .leaflet-control-layers-expanded label { font-weight: normal !important; margin: 0 !important; padding: 0 !important; } .leaflet-draw-tooltip { display: none; } .leaflet-control-attribution { background-color: @tilemap-leaflet-footer-bg !important; color: @tilemap-leaflet-footer-color !important; } .leaflet-left { .leaflet-control { a, a:hover { color: @tilemap-leaflet-control-color; } } .leaflet-draw-actions a { background-color: @tilemap-leaflet-control-draw-action-bg; } } /* filter to desaturate mapquest tiles */ img.leaflet-tile { filter: @tilemap-filter; } img.leaflet-tile.filters-off { filter: none; }