2018-08-04 06:32:01 +01:00
|
|
|
.filemanager {
|
2018-08-14 06:58:58 +01:00
|
|
|
& .header {
|
2018-08-04 06:32:01 +01:00
|
|
|
@apply .flex .text-sm .pb-4 .font-bold .border-b .border-grey-light .mb-3;
|
|
|
|
|
|
|
|
& > div {
|
|
|
|
@apply .pr-4;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-08-14 06:58:58 +01:00
|
|
|
& .row {
|
|
|
|
@apply .flex .text-sm .py-3 .text-sm .border .border-transparent .text-black;
|
2018-08-04 06:32:01 +01:00
|
|
|
|
|
|
|
& > div {
|
|
|
|
@apply .pr-4;
|
|
|
|
}
|
|
|
|
|
2018-08-07 07:14:13 +01:00
|
|
|
&.clickable {
|
2018-08-14 06:58:58 +01:00
|
|
|
@apply .rounded .cursor-pointer .no-underline;
|
2018-08-07 07:14:13 +01:00
|
|
|
|
|
|
|
&:hover {
|
|
|
|
@apply .bg-grey-lightest .border-blue-light .text-blue-dark;
|
|
|
|
}
|
2018-08-04 06:32:01 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
& > .icon {
|
|
|
|
@apply .w-8 .text-center;
|
|
|
|
& > svg {
|
|
|
|
@apply .h-4;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2018-08-14 06:58:58 +01:00
|
|
|
|
|
|
|
.filemanager-breadcrumbs {
|
|
|
|
@apply .px-4 .py-3 .mb-6 .rounded .border .bg-grey-lightest .text-grey-darker;
|
|
|
|
|
|
|
|
& a {
|
|
|
|
@apply .no-underline .text-blue-light;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
@apply .text-blue-dark;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|