Skip to content
Snippets Groups Projects
Select Git revision
  • master
1 result

LICENSE

Blame
  • This project is licensed under the European Union Public License 1.2. Learn more
    results-map.component.scss 904 B
    @import "../../../@theme/styles/themes";
    
    @include nb-install-component() {
      nb-card-body {
        padding: 0;
      }
    
      ::ng-deep .leaflet-top,
      ::ng-deep .leaflet-bottom {
        z-index: 997;
      }
    
      ::ng-deep .leaflet-container {
        width: 100%;
        height: nb-theme(card-height-large);
      }
      ::ng-deep .leaflet-top.leaflet-right {
        position: relative;
        top: 42px;
      }
      #grayscaleInput {
        background: #fffd;
        display: inline-block;
        position: absolute;
        bottom: 53px;
        right: 10px;
        z-index: 1002;
        padding: 4px 3px 0 3px;
      }
      #loadGeojsonButtonsContainer {
        z-index: 1003;
        position: absolute;
        top: 5px;
        left: 57px;
        width: calc(100% - 114px);
        border-radius: 0.25rem;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        button {
          margin: 2px 5px;
          text-transform: capitalize;
        }
      }
    }
    nb-radio {
      display: inline;
    }