background-color: $background_color;
- /* fix bootstrap well not playing well with data-target slide animation */
+ /* fix bootstrap .well class not playing well with data-target slide animation */
margin: 0;
padding: 0;
min-height: 0;
border-radius: 0;
-
}
#search-mobile .navbar-form {
margin: 0;
.comment-edit-preview .wall-item-container.panel-body.preview {
margin-top: 4px;
-
}
.comment-edit-preview .panel {
margin-bottom: 0;
left: 10%;
z-index: -1;
}
-
}
/* Mobile display */
switch ($scheme_accent) {
case FRIO_SCHEME_ACCENT_GREEN:
case FRIO_SCHEME_ACCENT_RED:
-
$nav_bg = '#' . $accentColor->darken(27);
$background_color = '#' . $accentColor->darken(29);
break;