Skip to content

Commit

Permalink
Moves all necessaries files to root folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
obrymec committed Sep 28, 2023
1 parent 734d1fc commit de60ba6
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@
/>
<!--Loads stylesheet-->
<link
href = "./public/style.css"
href = "./style.css"
rel = "stylesheet"
/>
<!--Global title-->
<title>GitLab Clone</title>
<!--App favicon-->
<link
ref = "./public/favicon.ico"
ref = "./favicon.ico"
rel = "shortcut icon"
type = "image/ico"
/>
<link
href = "./public/favicon.ico"
href = "./favicon.ico"
type = "image/ico"
rel = "icon"
/>
Expand Down
1 change: 0 additions & 1 deletion public/style.css

This file was deleted.

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
1 change: 1 addition & 0 deletions style.css

Large diffs are not rendered by default.

0 comments on commit de60ba6

Please sign in to comment.