diff --git a/assets/scss/_utility.scss b/assets/scss/_utility.scss index 8c2c573..209bb54 100644 --- a/assets/scss/_utility.scss +++ b/assets/scss/_utility.scss @@ -29,6 +29,9 @@ classベースでデザインするためによく使うstyleをクラス化す .util-color-border { border: colors.$input-border; } +.util-color-border-text { + border: colors.$text; +} .util-color-border-primary { border: colors.$primary; } @@ -43,4 +46,4 @@ classベースでデザインするためによく使うstyleをクラス化す } .font-family-main { font-family: 'Zen Maru Gothic', sans-serif; -} \ No newline at end of file +} diff --git a/components/FormStatusCard.vue b/components/FormStatusCard.vue new file mode 100644 index 0000000..23b27b7 --- /dev/null +++ b/components/FormStatusCard.vue @@ -0,0 +1,106 @@ + + + diff --git a/components/card/FormStatus.vue b/components/card/FormStatus.vue deleted file mode 100644 index ee62a9b..0000000 --- a/components/card/FormStatus.vue +++ /dev/null @@ -1,143 +0,0 @@ - - - diff --git a/components/card/OrgLink.vue b/components/card/OrgLink.vue deleted file mode 100644 index 0213dab..0000000 --- a/components/card/OrgLink.vue +++ /dev/null @@ -1,28 +0,0 @@ - - diff --git a/components/sidebar/index.vue b/components/sidebar/index.vue deleted file mode 100644 index 92a25a7..0000000 --- a/components/sidebar/index.vue +++ /dev/null @@ -1,229 +0,0 @@ - - - diff --git a/pages/index.vue b/pages/index.vue index e3b50bb..72fe920 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -25,6 +25,30 @@ const switchOrg = async (orgId: string) => {