From 9e11e5504c40db9a3f5cf9ebd9da50e79c159424 Mon Sep 17 00:00:00 2001 From: Sumita Canopas Date: Fri, 27 Oct 2023 16:50:33 +0530 Subject: [PATCH] Fix css in services page --- nuxt-frontend/assets/css/global.css | 2 -- .../about/HowItAllStartedSection.vue | 8 ++---- .../components/about/WithCanopas.vue | 4 +-- .../android-app-development/BlogSection.vue | 8 ++---- .../CaseStudySection.vue | 25 +++++-------------- .../android-app-development/CtaSection.vue | 4 +-- .../DevelopmentSection.vue | 15 +++-------- .../PinkCtaSection.vue | 12 +++------ .../components/contact/NewContactForm.vue | 16 +++--------- .../contact/thank-you/BenefitSection.vue | 11 +++----- .../contact/thank-you/HappyClient.vue | 12 +++------ .../contact/thank-you/ScheduleMeeting.vue | 8 ++---- .../contributions/AnimatedCreation.vue | 4 +-- .../contributions/DesignExplore.vue | 4 +-- .../contributions/DesktopLanding.vue | 7 ++---- .../components/contributions/DevOps.vue | 16 +++--------- .../components/contributions/Favourite.vue | 8 ++---- .../contributions/GithubContribution.vue | 24 +++++------------- .../contributions/MobileLanding.vue | 8 ++---- .../components/contributions/UnitTest.vue | 8 ++---- .../components/contributions/WeeklyUpdate.vue | 9 ++----- .../contributions/WhatsTrending.vue | 21 ++++------------ .../LandingSection.vue | 8 ++---- .../components/home-new/BlogSection.vue | 12 +++------ .../home-new/ClientReviewSection.vue | 20 ++++----------- .../home-new/ContributionSection.vue | 2 +- .../components/home-new/HomeIndex.vue | 5 +--- .../components/home-new/LandingSection.vue | 15 +++-------- .../components/home-new/PortfolioSection.vue | 4 +-- .../components/home-new/ServiceSection.vue | 5 +--- .../home-new/ServiceSectionMobile.vue | 8 ++---- .../ios-app-development/BlogSection.vue | 6 +---- .../ios-app-development/CaseStudySection.vue | 16 +++--------- .../ios-app-development/CtaSection.vue | 12 +++------ .../DevelopmentSection.vue | 4 +-- .../ios-app-development/LandingSection.vue | 4 +-- nuxt-frontend/components/jobs/CareerView.vue | 9 ++----- nuxt-frontend/components/jobs/FaqSection.vue | 4 +-- nuxt-frontend/components/jobs/VirtuesView.vue | 8 ++---- nuxt-frontend/components/jobs/WhyCanopas.vue | 4 +-- .../components/jobs/WhyCanopasMobile.vue | 12 +++------ .../jobs/thank-you/ContributionSection.vue | 4 +-- .../components/jobs/thank-you/LatestBlog.vue | 12 +++------ .../mobile-app-development/CTASection2.vue | 14 +++-------- .../mobile-app-development/ClientReview.vue | 4 +-- .../DevelopmentProcess.vue | 13 +++------- .../mobile-app-development/LandingSection.vue | 4 +-- .../mobile-app-development/Portfolio.vue | 4 +-- .../mobile-app-development/Services.vue | 12 +++------ .../components/partials/NewFooter.vue | 10 +++----- .../components/partials/NewHeader.vue | 19 +++----------- .../components/portfolio/BrandingSection.vue | 17 +++---------- .../components/portfolio/DesignSection.vue | 9 ++----- .../components/portfolio/ElementSection.vue | 4 +-- .../components/portfolio/LandingSection.vue | 5 +--- .../components/portfolio/NewCTASection.vue | 4 +-- .../portfolio/UserReviewSection.vue | 12 +++------ .../components/portfolio/VideoSection.vue | 13 +++------- .../components/services/CTASection.vue | 20 +++++---------- .../components/services/ContactUsToday.vue | 10 +++----- .../components/services/LandingSection.vue | 9 ++----- .../components/services/SuccessStories.vue | 4 +-- .../components/services/TechnologyStack.vue | 20 ++++----------- .../components/services/WhatWeOfferMobile.vue | 10 ++------ .../components/utils/ScreenLoader.vue | 4 +-- nuxt-frontend/pages/about.vue | 12 ++++----- .../pages/android-app-development.vue | 16 ++++++------ nuxt-frontend/pages/contact.vue | 6 ++--- nuxt-frontend/pages/contributions.vue | 16 ++++++------ nuxt-frontend/pages/ios-app-development.vue | 12 ++++----- nuxt-frontend/pages/jobs/[id].vue | 8 ++---- nuxt-frontend/pages/jobs/apply/[id].vue | 10 ++------ nuxt-frontend/pages/jobs/index.vue | 16 ++++++------ nuxt-frontend/pages/jobs/thank-you/index.vue | 10 ++++---- .../pages/mobile-app-development.vue | 12 ++++----- nuxt-frontend/pages/portfolio/[id].vue | 2 +- nuxt-frontend/pages/portfolio/index.vue | 6 ++--- nuxt-frontend/pages/resources/index.vue | 1 - nuxt-frontend/pages/services.vue | 18 ++++++------- nuxt-frontend/pages/tag/[slug].vue | 2 +- nuxt-frontend/pages/thank-you.vue | 2 +- nuxt-frontend/server/tsconfig.json | 4 +-- nuxt-frontend/tailwind.config.js | 2 +- nuxt-frontend/tsconfig.json | 4 +-- nuxt-frontend/utils.js | 4 +-- 85 files changed, 230 insertions(+), 562 deletions(-) diff --git a/nuxt-frontend/assets/css/global.css b/nuxt-frontend/assets/css/global.css index d680c3f3b..563a71cc5 100644 --- a/nuxt-frontend/assets/css/global.css +++ b/nuxt-frontend/assets/css/global.css @@ -8,7 +8,6 @@ @tailwind components; - @layer components { .hidden-scrollbar::-webkit-scrollbar, .parallax::-webkit-scrollbar, @@ -239,4 +238,3 @@ } @tailwind utilities; - diff --git a/nuxt-frontend/components/about/HowItAllStartedSection.vue b/nuxt-frontend/components/about/HowItAllStartedSection.vue index 5d8ff4e2f..e2b36e0a8 100644 --- a/nuxt-frontend/components/about/HowItAllStartedSection.vue +++ b/nuxt-frontend/components/about/HowItAllStartedSection.vue @@ -6,14 +6,10 @@ How it all started?
-
+
    diff --git a/nuxt-frontend/components/android-app-development/BlogSection.vue b/nuxt-frontend/components/android-app-development/BlogSection.vue index b5106f294..7f9dc76d0 100644 --- a/nuxt-frontend/components/android-app-development/BlogSection.vue +++ b/nuxt-frontend/components/android-app-development/BlogSection.vue @@ -18,9 +18,7 @@ class="relative flex flex-col" >
    -
    +
    -

    - Our blogs -

    +

    Our blogs

    -
    +
    {{ item.title }} @@ -129,18 +126,14 @@ alt="case_study_result_image" /> -
    +
    {{ item.resultcount[0] }} -
    +
    Downloads
    @@ -149,9 +142,7 @@ class="font-opensans-semibold header-3 text-[#FF9472]" >{{ item.resultcount[1] }} -
    +
    App Rating
    @@ -160,9 +151,7 @@ class="font-opensans-semibold header-3 text-[#FF9472]" >{{ item.resultcount[2] }} -
    +
    Monthly Users
    @@ -185,9 +174,7 @@
    -
    +
    Let’s talk about what we can build and scale together.
    -
    +
    -
    +
    Android app development services - With over a decade of expertise in Android app development, our team can help you craft high- quality, user-friendly apps that drive business growth and customer engagement. -