2016-12-17 22:19:03 +01:00
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto';
|
|
|
|
src: url('./fonts/Roboto-Regular.ttf') format('truetype');
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
.chrome-picker {
|
|
|
|
background-color: #1c1f24 !important;
|
|
|
|
font-family: inherit !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.chrome-picker input {
|
|
|
|
background-color: rgb(38, 40, 46) !important;
|
|
|
|
color: rgb(142, 142, 142) !important;
|
|
|
|
box-shadow: none !important;
|
|
|
|
}
|
2016-12-24 17:24:24 +01:00
|
|
|
|
|
|
|
.mapboxgl-popup-tip {
|
|
|
|
border-top-color: rgb(28, 31, 36) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mapboxgl-popup-content {
|
|
|
|
background-color: rgb(28, 31, 36) !important;
|
|
|
|
border-radius: 0px !important;
|
|
|
|
box-shadow: rgba(0, 0, 0, 0.298039) 0px 0px 5px 0px;
|
|
|
|
padding: 0px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mapboxgl-popup-close-button {
|
|
|
|
color: white !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mapboxgl-ctrl-group {
|
|
|
|
background: rgb(28, 31, 36) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mapboxgl-ctrl-group > button {
|
|
|
|
background-color: rgb(28, 31, 36) !important;
|
|
|
|
border-color: rgb(28, 31, 36) !important;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
background-color: rgb(86, 83, 83);
|
|
|
|
}
|
|
|
|
}
|