49 lines
903 B
CSS
49 lines
903 B
CSS
@import '../../../../vendor/filament/filament/resources/css/theme.css';
|
|
|
|
@source '../../../../app/Filament/**/*';
|
|
@source '../../../../resources/views/filament/**/*';
|
|
|
|
.fi-btn, .fi-input-wrp, .fi-tabs, .fi-sidebar-item-button, .fi-section {
|
|
@apply rounded-sm ;
|
|
}
|
|
|
|
.fi-tabs {
|
|
@apply mx-0 rounded-sm ring-0 shadow;
|
|
}
|
|
|
|
.fi-resource-relation-managers, .fi-ta {
|
|
@apply gap-y-0 shadow-none bg-none;
|
|
}
|
|
|
|
.fi-ta-ctn {
|
|
@apply rounded-t-none rounded-b-sm ring-0 bg-transparent;
|
|
}
|
|
|
|
.fi-loading-section > .fi-section {
|
|
@apply rounded-t-none rounded-b-sm bg-transparent;
|
|
}
|
|
|
|
.fi-ta-header {
|
|
@apply bg-primary-500/10;
|
|
}
|
|
|
|
.fi-ta-table > thead > tr {
|
|
@apply bg-primary-400/40;
|
|
}
|
|
|
|
.fi-main {
|
|
@apply md:px-3 lg:px-3;
|
|
}
|
|
|
|
.fi-tabs-item-active {
|
|
@apply bg-primary-300/5 rounded-none;
|
|
}
|
|
|
|
.list-inside {
|
|
@apply ml-3;
|
|
}
|
|
|
|
.files-row {
|
|
@apply hover:bg-gray-100 dark:hover:bg-gray-800;
|
|
}
|