Skip to content

Commit

Permalink
Change embeded css resources image path.
Browse files Browse the repository at this point in the history
  • Loading branch information
obrymec committed Sep 28, 2023
1 parent 4c176bc commit 734d1fc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion public/style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/common/themes/_light.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

// Fonts family.
$inter-regular-sans-serif: "InterRegular", sans-serif !default;
$inter-regular: "./assets/fonts/inter-regular.ttf" !default;
$inter-regular: "../assets/fonts/inter-regular.ttf" !default;
$inter-regular-font: "InterRegular" !default;

// Colors theme.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $banner-770: "only screen and (max-width: 770px)" !default;
$banner-420: "only screen and (max-width: 420px)" !default;

// Resources.
$banner-bg-image-path: "./assets/images/gradient-desktop.jpg" !default;
$banner-bg-image-path: "../assets/images/gradient-desktop.jpg" !default;

// Colors theme.
$banner-label-bg-start-color: #f5f1ff !default;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $pricing-900: "only screen and (min-width: 770px) and (max-width: 900px)" !defau
$pricing-770: "only screen and (max-width: 770px)" !default;

// Resources.
$pricing-ultimate-bg: "./assets/images/ultimate.png" !default;
$pricing-ultimate-bg: "../assets/images/ultimate.png" !default;

// Colors theme.
$pricing-btn-bg-color: $primary-color !default;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $services-1196: "only screen and (max-width: 1196px)" !default;
$services-1025: "only screen and (max-width: 1025px)" !default;

// Resources.
$services-bg-image-path: "./assets/images/infinity.svg" !default;
$services-bg-image-path: "../assets/images/infinity.svg" !default;

// Colors theme.
$services-text-color: $primary-color !default;
Expand Down

0 comments on commit 734d1fc

Please sign in to comment.