@import '/vendor/filament/filament/resources/css/theme.css'; @import '/vendor/awcodes/filament-table-repeater/resources/css/plugin.css'; @config 'tailwind.config.js'; .fi-btn, .fi-input-wrp, .fi-tabs, .fi-sidebar-item-button, .fi-section { @apply rounded-sm !important; } .fi-tabs { @apply mx-0 rounded-sm ring-0 shadow !important; } .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 !important; } .fi-loading-section > .fi-section { @apply rounded-t-none rounded-b-sm bg-transparent !important; } .fi-ta-header { @apply bg-primary-500 bg-opacity-10 !important; } .fi-ta-table > thead > tr { @apply bg-primary-400 bg-opacity-40 !important; } .fi-main { @apply md:px-3 lg:px-3 !important; } .fi-tabs-item-active { @apply bg-primary-300 bg-opacity-5 rounded-none !important; } .list-inside { @apply ml-3 !important; } .files-row { @apply hover:bg-gray-100 dark:hover:bg-gray-800 !important; }