cyril lopez c3231b9f5e Add sorting options and created extensions.json files
The extensions.json file is used to associate the correct icon with the extension of a file
2018-02-23 14:57:15 +01:00

42 lines
594 B
SCSS

.listWrapper {
margin-top: 9px;
padding: 0;
> div:first-child {
margin: 0;
}
}
.ulList {
width: 100%;
padding: 0 !important;
list-style: none;
> li {
width: 100%;
margin-top: 0;
}
> li:last-child {
> div {
border-bottom: 0 !important;
}
}
}
.emptyLiWrapper {
height: 54px;
background-color: #fff;
padding-top: 5px;
cursor: pointer;
> div {
display: flex;
width: 100%;
justify-content: center;
padding-top: 1px;
text-align: center;
font-size: 12px;
line-height: 54px;
text-transform: uppercase;
}
}