18 lines
287 B
CSS
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;
|
|
}
|