mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-05 21:26:57 +00:00
@@ -14,7 +14,7 @@ const { pageMode, IntegrationsPageMode, activeIntegration, activeIntegrationItem
|
||||
<WorkspaceIntegrationsIcon :integration-item="activeIntegrationItem" size="sm" />
|
||||
<div class="text-md font-bold">New {{ activeIntegration.title }}</div>
|
||||
</div>
|
||||
<div class="border-b-1 border-gray-200 mx-4"></div>
|
||||
<div class="border-b-1 border-nc-border-gray-medium mx-4"></div>
|
||||
</div>
|
||||
<div class="panel-view">
|
||||
<div class="panel-indices">
|
||||
@@ -36,7 +36,7 @@ const { pageMode, IntegrationsPageMode, activeIntegration, activeIntegrationItem
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.logo-wrapper {
|
||||
@apply bg-gray-200 p-2 mr-2 rounded-lg flex items-center justify-center;
|
||||
@apply bg-nc-bg-gray-medium p-2 mr-2 rounded-lg flex items-center justify-center;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
font-size: 2rem;
|
||||
|
||||
Reference in New Issue
Block a user