Improve filemanager, get first level folders listing

This commit is contained in:
Dane Everitt 2018-08-06 23:14:13 -07:00
parent 00a3d7df87
commit 92a9146b61
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
20 changed files with 125 additions and 1318 deletions

View file

@ -8,14 +8,18 @@
}
& > .row {
@apply .flex .text-sm .py-3 .text-sm .rounded .cursor-pointer .border .border-transparent;
@apply .flex .text-sm .py-3 .text-sm .border .border-transparent;
& > div {
@apply .pr-4;
}
&:hover {
@apply .bg-grey-lightest .border-blue-light .text-blue-dark;
&.clickable {
@apply .rounded .cursor-pointer;
&:hover {
@apply .bg-grey-lightest .border-blue-light .text-blue-dark;
}
}
& > .icon {