Skip to content

Commit

Permalink
feat: add options for linking to existing google sheets (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenle authored Mar 14, 2024
1 parent ac01e0e commit 8549176
Show file tree
Hide file tree
Showing 6 changed files with 542 additions and 129 deletions.
5 changes: 5 additions & 0 deletions .changeset/happy-cups-doubt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@blinkk/root-cms': minor
---

feat: add options for linking to existing google sheets
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
.ExportSheetModal .mantine-Modal-title {
font-size: 14px;
font-weight: 500;
}

.ExportSheetModal__content__body {
font-size: 14px;
}

.ExportSheetModal__form__section {
margin-top: 20px;
}

.ExportSheetModal__form__description {
font-size: 12px;
line-height: 1.5;
font-weight: 500;
margin-bottom: 4px;
}

.ExportSheetModal__form__buttons {
margin-top: 40px;
display: flex;
gap: 12px;
justify-content: flex-end;
}

.ExportSheetModal__SelectItem {
padding: 8px;
}
Loading

0 comments on commit 8549176

Please sign in to comment.