styles refactoring as per 1.x theme update

This commit is contained in:
nixa 2016-05-16 16:30:56 +03:00
parent 6c8e632164
commit 06d0dc1c99
23 changed files with 590 additions and 705 deletions

View file

@ -1,10 +1,5 @@
@import '../../../../theme/sass/conf/conf';
.leaflet-maps {
width: 100%;
height: calc(100vh - 283px);
}
#leaflet-map {
height: calc(100vh - 283px);
}
@ -250,7 +245,7 @@
text-align: center;
text-decoration: none;
opacity: 0.8;
color: #fff;
color: $default-text;
font-size: 17px;
width: 20px;
height: 20px;
@ -280,7 +275,7 @@
.leaflet-bar .leaflet-control-zoom-in,
.leaflet-bar .leaflet-control-zoom-out {
line-height: 18px;
&:hover {
&:hover{
width: 20px;
height: 20px;
}
@ -302,7 +297,7 @@
.leaflet-control-layers {
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
background: #fff;
background: $default;
}
.leaflet-control-layers-toggle {
@ -334,7 +329,7 @@
.leaflet-control-layers-expanded {
padding: 6px 10px 6px 6px;
color: #333;
background: #fff;
background: $default;
}
.leaflet-control-layers-selector {
@ -356,7 +351,7 @@
/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
background: #fff;
background: $default;
background: rgba(255, 255, 255, 0.7);
margin: 0;
}
@ -399,7 +394,7 @@
-moz-box-sizing: content-box;
box-sizing: content-box;
background: #fff;
background: $default;
background: rgba(255, 255, 255, 0.5);
}
@ -440,7 +435,7 @@
.leaflet-popup-content {
margin: 13px 19px;
line-height: 1.4;
color: $default-text;
color: $dropdown-text;
}
.leaflet-popup-content p {
@ -520,6 +515,6 @@
/* div icon */
.leaflet-div-icon {
background: #fff;
background: $default;
border: 1px solid #666;
}