Skip to content

Commit

Permalink
Removed duplicate css
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Dec 30, 2019
1 parent 2e6fd96 commit 27562d1
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions src/assets/styles/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -956,24 +956,6 @@ a {
}
}

@media screen and (max-width: 960px) {
.layout-config {
top: 110px;
height: calc(100% - 110px);
transform: translate3d(100%,0,0);

.layout-config-button {
left: auto;
right: -52px;
}

&.layout-config-active {
width: 100%;
transform: translate3d(0,0,0);
}
}
}

.clearfix {
display: inline-block;

Expand Down Expand Up @@ -1279,7 +1261,6 @@ a {
}
}


.layout-sidebar {
top: 70px;
left: -300px;
Expand Down

0 comments on commit 27562d1

Please sign in to comment.