remove empty lines
This commit is contained in:
parent
390a51f2b7
commit
89cdfa53da
|
@ -670,12 +670,11 @@ nav.navbar .nav > li > button:focus
|
||||||
|
|
||||||
background-color: $background_color;
|
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;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
|
||||||
}
|
}
|
||||||
#search-mobile .navbar-form {
|
#search-mobile .navbar-form {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -1482,7 +1481,6 @@ aside .panel-body {
|
||||||
|
|
||||||
.comment-edit-preview .wall-item-container.panel-body.preview {
|
.comment-edit-preview .wall-item-container.panel-body.preview {
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
|
|
||||||
}
|
}
|
||||||
.comment-edit-preview .panel {
|
.comment-edit-preview .panel {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
@ -3450,7 +3448,6 @@ section .profile-match-wrapper {
|
||||||
left: 10%;
|
left: 10%;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Mobile display */
|
/* Mobile display */
|
||||||
|
|
|
@ -22,7 +22,6 @@ $nav_icon_hover_color = '#' . $accentColor->darken(20);
|
||||||
switch ($scheme_accent) {
|
switch ($scheme_accent) {
|
||||||
case FRIO_SCHEME_ACCENT_GREEN:
|
case FRIO_SCHEME_ACCENT_GREEN:
|
||||||
case FRIO_SCHEME_ACCENT_RED:
|
case FRIO_SCHEME_ACCENT_RED:
|
||||||
|
|
||||||
$nav_bg = '#' . $accentColor->darken(27);
|
$nav_bg = '#' . $accentColor->darken(27);
|
||||||
$background_color = '#' . $accentColor->darken(29);
|
$background_color = '#' . $accentColor->darken(29);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue