#sidebar_content {
padding: $spacer;
}
-
- > div {
- position: relative;
- }
}
.overlay-sidebar #sidebar {
display: block;
width: $sidebarWidth;
}
-
- button.btn-close {
- background-color: rgba(255, 255, 255, 0.5);
- opacity: 1.0;
- }
}
#map {
background: $offwhite;
}
- .inbox-row-unread {
+ .inbox-row-unread td {
background: #CBEEA7;
}
}