Archived
1
0
This repository has been archived on 2024-05-04. You can view files and clone it, but cannot push or open issues or pull requests.
cyca/resources/css/components/folder.css
2022-01-12 00:35:37 +01:00

20 lines
314 B
CSS
Executable File
Vendored

/* Regular folder */
.folder-common {
@apply text-orange-400;
}
/* Unread items folder - with unread items */
.folder-unread-not-empty {
@apply text-purple-400;
}
/* Unread items folder - empty */
.folder-unread {
@apply text-gray-500;
}
/* Root folder */
.folder-root {
@apply text-blue-400;
}