Skip to content

Commit

Permalink
Cleanup of scss code
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMaaarc committed Dec 8, 2017
1 parent 87135eb commit 9d3dff7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 52 deletions.
8 changes: 0 additions & 8 deletions modules/admin/src/resources/scss/browser-fixes/_ie.scss
Expand Up @@ -113,12 +113,4 @@ body[class*='internet-explorer-'] {
color: $white;
}
}

/**
* ====================
* Filemanager
* ====================
*/


}
45 changes: 1 addition & 44 deletions modules/admin/src/resources/scss/components/_folders.scss
Expand Up @@ -145,47 +145,4 @@ $icon-line-height: $icon-font-size + 5px;
& + .folder-button {
margin-left: -4px;
}
}

/*.folders-item {
align-items: center;
display: flex;
flex-wrap: wrap;
margin-right: 4px;
overflow: hidden;
position: relative;
&:not(:first-of-type) {
margin-top: 4px;
}
.material-icons {
font-size: $icon-font-size;
line-height: $icon-line-height;
}
.folders {
display: block;
flex: 0 0 100%;
margin-top: 5px;
padding-left: 10px;
width: 100%;
}
.folders-items {
padding-left: 3px;
}
.is-movable {
.folders-label {
background-color: map-get($grays, 300);
}
.folders-actions-right {
display: block;
}
}
}
.folders-item-root {
padding-left: 26px;
}*/

}

0 comments on commit 9d3dff7

Please sign in to comment.