Sha256: 9ba1ad2d6662cd6d590971465da30905e8d925aefa52a062fd0cda0eafd4d151

Contents?: true

Size: 924 Bytes

Versions: 1

Compression:

Stored size: 924 Bytes

Contents

// ========================================================================
//   Component: vector-map.less
// ========================================================================

$vmap-label-bg:             #313232;
$vmap-zoom-ctrl-bg:         #515253;

body { // adds priority

  .jvectormap-label {
      position: absolute;
      display: none;
      border: solid 1px $vmap-label-bg;
      border-radius: 2px;
      background: $vmap-label-bg;
      color: white;
      padding: 3px 6px;
      opacity: 0.9;
      z-index: 11;
  }

  .jvectormap-zoomin, 
  .jvectormap-zoomout {
      position: absolute;
      left: 10px;
      width: 22px;
      height: 22px;
      border-radius: 2px;
      background: $vmap-zoom-ctrl-bg;
      padding: 5px;
      color: white;
      cursor: pointer;
      line-height: 10px;
      text-align: center;
  }
  .jvectormap-zoomin {top: 10px;}
  .jvectormap-zoomout {top: 30px;}
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
radius-rails-3.1.4 app/assets/stylesheets/radius-theme/app/vector-map.scss