diff --git a/src/components/Button.vue b/src/components/Button.vue index fd7cae9..20392bb 100644 --- a/src/components/Button.vue +++ b/src/components/Button.vue @@ -2,9 +2,9 @@ - - Sign in - + + + diff --git a/src/components/DynamicForm.vue b/src/components/DynamicForm.vue index 4c5931e..36a1ce8 100644 --- a/src/components/DynamicForm.vue +++ b/src/components/DynamicForm.vue @@ -1,6 +1,7 @@ - {{ field.label }} - - + + {{ field.label }} + + + diff --git a/src/components/Search.vue b/src/components/Search.vue index 44f7913..2133172 100644 --- a/src/components/Search.vue +++ b/src/components/Search.vue @@ -1,20 +1,20 @@ - - - context: - global - - - - - - - + + + context: + global + + + + + + + diff --git a/src/icons/CarbonAddLarge.vue b/src/icons/CarbonAddLarge.vue index ac88b71..a4f92c5 100644 --- a/src/icons/CarbonAddLarge.vue +++ b/src/icons/CarbonAddLarge.vue @@ -1,3 +1,3 @@ - + diff --git a/src/icons/CarbonArrowRight.vue b/src/icons/CarbonArrowRight.vue index 0cdf4a1..01f2120 100644 --- a/src/icons/CarbonArrowRight.vue +++ b/src/icons/CarbonArrowRight.vue @@ -1,3 +1,3 @@ - + diff --git a/src/icons/CarbonArrowUpRight.vue b/src/icons/CarbonArrowUpRight.vue index b1735db..2196f90 100644 --- a/src/icons/CarbonArrowUpRight.vue +++ b/src/icons/CarbonArrowUpRight.vue @@ -1,3 +1,3 @@ - + diff --git a/src/icons/CarbonRecentlyViewed.vue b/src/icons/CarbonRecentlyViewed.vue index 85066aa..4988668 100644 --- a/src/icons/CarbonRecentlyViewed.vue +++ b/src/icons/CarbonRecentlyViewed.vue @@ -1,3 +1,3 @@ - + diff --git a/src/icons/CarbonSearch.vue b/src/icons/CarbonSearch.vue index 37ae6ba..0b04ca9 100644 --- a/src/icons/CarbonSearch.vue +++ b/src/icons/CarbonSearch.vue @@ -1,3 +1,3 @@ - + diff --git a/src/pages/create-context.astro b/src/pages/create-context.astro index ac5a407..7d3ac8f 100644 --- a/src/pages/create-context.astro +++ b/src/pages/create-context.astro @@ -7,3 +7,9 @@ import ContextCreate from "@/components/ContextCreate.vue" + diff --git a/src/styles/components/inputs.css b/src/styles/components/inputs.css new file mode 100644 index 0000000..45625e4 --- /dev/null +++ b/src/styles/components/inputs.css @@ -0,0 +1,9 @@ +input, textarea { + background: var(--black); + outline: 0; + border: 1px solid var(--shadow); + padding: 0.5rem 0.75rem; + &:hover { + border: 1px solid var(--accent); + } +}