Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Hesammousavi committed Dec 17, 2018
1 parent 3fd281f commit aff27cf
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions dist/css/custom-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,16 @@ ul {
}
}


@media (min-width: 768px) {
.content-wrapper, .main-footer, .main-header {
transition: margin-right .3s ease-in-out;
margin-right: 250px;
margin-left : 0;
z-index: 3000;
}
}

@media (max-width: 991.98px) {
.main-sidebar, .main-sidebar:before {
box-shadow: none!important;
Expand All @@ -161,16 +171,12 @@ ul {
}

.content-wrapper, .content-wrapper:before, .main-footer, .main-footer:before, .main-header, .main-header:before {
margin-right: 0 !important;
margin-right: 0;
}
}

@media (min-width: 768px) {
.content-wrapper, .main-footer, .main-header {
transition: margin-right .3s ease-in-out;
margin-right: 250px;
margin-left : 0;
z-index: 3000;
.sidebar-open .main-sidebar, .sidebar-open .main-sidebar:before {
margin-right: 0;
z-index: 4000;
}
}

Expand Down

0 comments on commit aff27cf

Please sign in to comment.