.section {
border-bottom: 1px solid $grey;
- padding: 10px 20px;
+ padding: $spacer;
}
}
}
}
.leaflet-top {
- top: $lineheight/2 !important;
+ top: 10px !important;
.leaflet-control {
margin-right: 0px !important;
margin-top: 0px !important;
/* Rules for the sidebar */
-.sidebar_heading {
- position: relative;
- padding: $lineheight/2 $lineheight;
- // background: $offwhite;
- // border-bottom: 1px solid $grey;
-}
-
#browse_status {
input {
display: block;
&:first-child {
border-top: 1px solid $grey;
}
- p {
- margin-bottom: $lineheight/2;
- }
}
}