Files
MKM/resources/css/app.css
2026-02-19 01:26:02 +08:00

18 lines
287 B
CSS

@import "tailwindcss";
.fi-btn , .fi-input-wrp, .fi-tabs, .fi-sidebar-item-button {
@apply rounded-sm !important;
}
.fi-tabs {
@apply mx-0 rounded-sm !important;
}
.fi-resource-relation-managers {
@apply gap-y-0;
}
.fi-ta-ctn {
@apply rounded-t-none rounded-b-sm;
}