Skip to content

Commit

Permalink
fix: Replace single comment with multi line comment in all scss files (
Browse files Browse the repository at this point in the history
…#587)

* fix: replace single with multi line in all scss files

* fix: typo

* fix: remove unused variable
  • Loading branch information
HenryT-CG authored Nov 12, 2024
1 parent 726e106 commit 82719b7
Show file tree
Hide file tree
Showing 11 changed files with 115 additions and 124 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//general
/* general */
$fontSize: 14px !default;
$fontFamily: 'Ubuntu' !default;
$borderRadius: 5px !default;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ $topbarItemTextHoverBgColor: rgba(255, 255, 255, 0.12);
:root {
--divider-color: #{$dividerColor};

// --changes onecx
/* --changes onecx */

--topbar-bg-color: #{$topbarBgColor};
--topbar-text-color: #{$topbarItemTextColor};
Expand All @@ -55,7 +55,7 @@ $topbarItemTextHoverBgColor: rgba(255, 255, 255, 0.12);

--topbar-menu-button-bg-color: #{$topbarMenuButtonBgColor};
--menu-button-text-color: #{$topbarMenuButtonTextColor};
// end header custom vars
/* end header custom vars */

--body-bg-color: #{$bodyBgColor};
--text-color: #{$textColor};
Expand All @@ -68,7 +68,7 @@ $topbarItemTextHoverBgColor: rgba(255, 255, 255, 0.12);
--hover-bg-color: #{$hoverBgColor};
--solid-surface-text-color: #{$solidSurfaceTextColor};

// --end changes onecx
/* --end changes onecx */
}

@import './_layout_common';
Loading

0 comments on commit 82719b7

Please sign in to comment.