From 02cc2a3c3e7c1b5c633e6d435d3b7e0016be75b9 Mon Sep 17 00:00:00 2001 From: Kseninia Mikhaylova Date: Thu, 6 Jun 2024 18:26:51 +0300 Subject: [PATCH] change color --- app.vue | 20 ++++++++-------- assets/main.scss | 6 ++++- components/calcModels.vue | 4 ++-- components/calcValues.vue | 14 +++++++++++ components/model/item.vue | 41 ++++++++++++++++++++++----------- components/model/parametric.vue | 19 +++++++++------ package-lock.json | 7 +++++- package.json | 1 + 8 files changed, 77 insertions(+), 35 deletions(-) diff --git a/app.vue b/app.vue index af87270..2d6bb77 100644 --- a/app.vue +++ b/app.vue @@ -47,27 +47,27 @@ const toggleModal = () => { -
+
-
-

{{ about?.title }}

-
+
+

{{ about?.title }}

+
{{ about?.content }}

-
+
-
-
+
-
+
-
-
+
diff --git a/assets/main.scss b/assets/main.scss index 401e02a..efbb3f2 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -56,7 +56,7 @@ a[href^="#"] { } } -.block { +.siteblock { @apply py-10; &_imgbg { @@ -127,4 +127,8 @@ button { &[type="reset"] { @apply bg-neutral hover:bg-neutral-400 } +} + +.form { + @apply col-span-full flex gap-4 } \ No newline at end of file diff --git a/components/calcModels.vue b/components/calcModels.vue index 793f45f..a4bd22a 100644 --- a/components/calcModels.vue +++ b/components/calcModels.vue @@ -22,8 +22,8 @@ const controlsState = reactive({ - - + +
diff --git a/components/calcValues.vue b/components/calcValues.vue index 290bd84..0167b14 100644 --- a/components/calcValues.vue +++ b/components/calcValues.vue @@ -1,6 +1,10 @@ \ No newline at end of file diff --git a/components/model/item.vue b/components/model/item.vue index 5e23ce8..dda7aa9 100644 --- a/components/model/item.vue +++ b/components/model/item.vue @@ -1,7 +1,8 @@