display: inline-block;
}
- .map-layout {
+ &.map-layout {
#sidebar, #map {
position: relative;
overflow-x: hidden;
.overlay-sidebar {
#sidebar {
+ position: absolute;
width: 300px;
+ height: auto;
+ overflow: hidden;
}
#map {
/* Rules for the sign-up page */
- .user-new,
- .user-create {
+ &.user-new,
+ &.user-create {
.col6 {
width: 100%;
}
}
}
- .site-about #content .attr h1 {
+ &.site-about #content .attr h1 {
font-size: 28px;
}