mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-03 07:57:00 +00:00
fix(nc-gui): add transition on integration card hover
This commit is contained in:
@@ -408,7 +408,7 @@ const handleAddIntegration = (category: IntegrationCategoryType, integration: In
|
||||
@apply flex gap-4 flex-wrap;
|
||||
|
||||
.source-card {
|
||||
@apply flex items-center gap-4 border-1 border-gray-200 rounded-xl p-3 w-[280px] cursor-pointer;
|
||||
@apply flex items-center gap-4 border-1 border-gray-200 rounded-xl p-3 w-[280px] cursor-pointer transition-all duration-300;
|
||||
|
||||
.integration-icon-wrapper {
|
||||
@apply flex-none h-[44px] w-[44px] rounded-lg flex items-center justify-center;
|
||||
|
||||
Reference in New Issue
Block a user