Make the file manager look better
This commit is contained in:
parent
ac13f5dce4
commit
caca6cff8a
7 changed files with 33 additions and 20 deletions
|
@ -46,7 +46,7 @@ code {
|
|||
* Styling for elements that contain the core page content.
|
||||
*/
|
||||
.content-box {
|
||||
@apply .bg-white .p-6 .rounded .shadow-md;
|
||||
@apply .bg-white .p-6 .rounded .shadow .border .border-neutral-100;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Reference in a new issue