/* To decide colors: use values from variables like $primary-color,
 * from src/assets/variables.scss
 */

.ol-scale-line {
    background: rgba(255, 255, 255, 0.6);
}

.ol-scale-line-inner {
    border: 1px solid #ef5350;
    border-top: none;
    color: #ef5350;
}

.ol-control button {
    font-size: 1.5em;
    background-color: #6b6b6b55;
}

.ol-dragbox {
    background-color: #6b6b6b55;
    border-color: #ef5350;
  }