From 7433b07d87aa5eb46e5fd98dba80ae5a572eee9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zg=C3=BCr=20G=C3=B6rg=C3=BCl=C3=BC?= Date: Sun, 24 Mar 2024 18:01:01 +0300 Subject: [PATCH] components(AppBreadcrumbs): rename to app-breadcrumbs --- components/App/{AppBreadcrumbs.vue => app-breadcrumbs.vue} | 6 +++--- pages/hesaplayicilar.vue | 2 +- pages/kdv-hesaplayici/index.vue | 2 +- pages/konsol-vergisi-hesaplayici/_slug.vue | 2 +- pages/konsol-vergisi-hesaplayici/index.vue | 2 +- pages/telefon-vergisi-hesaplayici/_slug.vue | 2 +- pages/telefon-vergisi-hesaplayici/index.vue | 2 +- pages/yazilar/_slug.vue | 2 +- pages/yazilar/index.vue | 2 +- 9 files changed, 11 insertions(+), 11 deletions(-) rename components/App/{AppBreadcrumbs.vue => app-breadcrumbs.vue} (92%) diff --git a/components/App/AppBreadcrumbs.vue b/components/App/app-breadcrumbs.vue similarity index 92% rename from components/App/AppBreadcrumbs.vue rename to components/App/app-breadcrumbs.vue index 02ffa039..144a24e1 100644 --- a/components/App/AppBreadcrumbs.vue +++ b/components/App/app-breadcrumbs.vue @@ -89,10 +89,10 @@ export default { $vh-breadcrumbs-item-padding-y: .5rem; $vh-breadcrumbs-item-padding-x: .375rem; -// "AppBreadcrumbs" will always be in "main-container" and "main-container" has different padding-x for different resolutions. -// I want "AppBreadcrumbs" to be full width, and I do this using negative margin-x. +// "app-breadcrumbs" will always be in "main-container" and "main-container" has different padding-x for different resolutions. +// I want "app-breadcrumbs" to be full width, and I do this using negative margin-x. // I update the negative margin-x to be the same as the padding-x of the "main-container". -// And I also include the padding-x of ".v-breadcrumbs__item" in this calculation as I want the content of "AppBreadcrumbs" to align with "main-container". +// And I also include the padding-x of ".v-breadcrumbs__item" in this calculation as I want the content of "app-breadcrumbs" to align with "main-container". .vh-breadcrumbs { --vh-breadcrumbs-negative-margin-y: 0px; // Removing "px" causes "calc(0 * -1)" calculation error --vh-breadcrumbs-negative-margin-x: #{$spacer * 5}; diff --git a/pages/hesaplayicilar.vue b/pages/hesaplayicilar.vue index 6e727f73..6a906891 100644 --- a/pages/hesaplayicilar.vue +++ b/pages/hesaplayicilar.vue @@ -1,6 +1,6 @@