Skip to content

Commit

Permalink
Enhance: Unification in services page
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-jagruti-a committed Jan 9, 2024
1 parent 07ad9e5 commit 1c98662
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 10 deletions.
12 changes: 10 additions & 2 deletions nuxt-frontend/assets/css/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
}

.gradient-border-btn {
@apply m-[5px] rounded-[0.6rem] border border-solid border-transparent bg-gradient-to-r from-[#ff9472] via-[#ff909c] to-[#f2709c] p-[1rem] text-center shadow-[inset_2px_1000px_1px_#fff] hover:border hover:border-solid hover:border-transparent hover:from-[#f2709c] hover:to-[#ff9472] hover:shadow-none hover:bg-gradient-[91.53deg] active:scale-[0.98];
@apply m-[5px] rounded-[0.6rem] border border-solid border-transparent bg-gradient-to-r from-[#ff9472] via-[#ff909c] to-[#f2709c] p-[1rem] text-center shadow-[inset_2px_1000px_1px_#fff] lg:hover:border lg:hover:border-solid lg:hover:border-transparent lg:hover:from-[#f2709c] lg:hover:to-[#ff9472] lg:hover:shadow-none lg:hover:bg-gradient-[91.53deg] active:scale-[0.98];
}

.gradient-border-btn > a > .fab {
Expand All @@ -168,7 +168,15 @@
.gradient-border-btn:hover > a > .fab,
.gradient-border-btn:hover > span,
.gradient-border-btn:hover > span > span {
@apply text-white;
@apply lg:text-white;
}

.white-border-btn {
@apply m-[5px] rounded-[0.6rem] border border-solid border-transparent bg-gradient-to-r from-[#ff9472] via-[#ff909c] to-[#f2709c] p-[1rem] text-center shadow-[inset_2px_1000px_1px_#fff] active:scale-[0.98];
}

.white-border-btn > span {
@apply from-[#FF835B] to-[#F2709C] bg-clip-text text-transparent bg-gradient-[270.11deg];
}

.mobile-header-1 {
Expand Down
2 changes: 1 addition & 1 deletion nuxt-frontend/components/home-new/PortfolioCTASection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</div>
</div>
<nuxt-link
class="m-auto lg:ml-0 white-btn gradient-border-btn primary-btn border-none"
class="m-auto lg:ml-0 white-border-btn primary-btn border-none"
to="/contact"
@click.native="$mixpanel.track('tap_home_portfolio_cta')"
>
Expand Down
14 changes: 7 additions & 7 deletions nuxt-frontend/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,14 +148,14 @@ export default Object.freeze({
SHOW_DRAFT_POSTS: true,
VITE_IFRAMELY_KEY: "VITE_IFRAMELY_KEY_VALUE",
VITE_RECAPTCHA_SITE_KEY: "VITE_RECAPTCHA_SITE_KEY_VALUE",
INTRO_SHOWCASE_STARS: 337,
UIPILOT_STARS: 274,
JETPACK_COMPOSE_ANIMATION_STARS: 277,
COMPOSE_COUNTRY_PICKER_STARS: 50,
SWIFT_UI_ANIMATION_STARS: 53,
INTRO_SHOWCASE_STARS: 342,
UIPILOT_STARS: 276,
JETPACK_COMPOSE_ANIMATION_STARS: 281,
COMPOSE_COUNTRY_PICKER_STARS: 51,
SWIFT_UI_ANIMATION_STARS: 52,
IOS_DEVELOPER_ROADMAP_STARS: 79,
TAILWIND_ANIMATIONS_STARS: 103,
CANOPAS_WEBSITE_STARS: 25,
CANOPAS_BLOG_WEBSITE_STARS: 29,
WEB_DEVELOPMENT_ROADMAP_STARS: 95,
CANOPAS_BLOG_WEBSITE_STARS: 30,
WEB_DEVELOPMENT_ROADMAP_STARS: 97,
});

0 comments on commit 1c98662

Please sign in to comment.