From 104d8fe6392112a02bb31c96006a64ad07ce6242 Mon Sep 17 00:00:00 2001 From: Pranav C Date: Mon, 17 Jan 2022 17:15:10 +0530 Subject: [PATCH] feat(gui): update webhook modal style Signed-off-by: Pranav C --- .../spreadsheet/components/editColumn.vue | 4 +- .../components/editVirtualColumn.vue | 23 +- .../spreadsheet/components/headerCell.vue | 6 +- .../components/virtualHeaderCell.vue | 2 +- .../spreadsheet/overlay/additinalFeatures.vue | 25 +- .../project/spreadsheet/views/xcGridView.vue | 18 +- .../components/project/tableTabs/webhooks.vue | 481 +++++++++--------- 7 files changed, 282 insertions(+), 277 deletions(-) diff --git a/packages/nc-gui/components/project/spreadsheet/components/editColumn.vue b/packages/nc-gui/components/project/spreadsheet/components/editColumn.vue index 0dc93c22d4..14e3f1f649 100644 --- a/packages/nc-gui/components/project/spreadsheet/components/editColumn.vue +++ b/packages/nc-gui/components/project/spreadsheet/components/editColumn.vue @@ -4,7 +4,7 @@ max-width="400px" max-height="95vh" style="overflow: auto" - class="elevation-0 card nc-col-create-or-edit-card" + class=" card nc-col-create-or-edit-card " > @@ -740,7 +740,7 @@ export default { } .card { - border: solid 2px #7f828b33; + //border: solid 2px #7f828b33; } .wrapper { diff --git a/packages/nc-gui/components/project/spreadsheet/components/editVirtualColumn.vue b/packages/nc-gui/components/project/spreadsheet/components/editVirtualColumn.vue index d317e30e2e..0271e7b3f1 100644 --- a/packages/nc-gui/components/project/spreadsheet/components/editVirtualColumn.vue +++ b/packages/nc-gui/components/project/spreadsheet/components/editVirtualColumn.vue @@ -4,20 +4,11 @@ max-width="400px" max-height="95vh" style="overflow: auto" - class="elevation-0 card nc-col-create-or-edit-card" + class=" card nc-col-create-or-edit-card" > - - - - Cancel - - - Save - - + + + + Cancel + + + Save + + @@ -57,7 +57,6 @@