Skip to content

Commit

Permalink
fix: use correct path for css style import
Browse files Browse the repository at this point in the history
  • Loading branch information
QuCMGisaia committed Dec 19, 2024
1 parent af44d86 commit 449d50d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/components/card/card.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/


@import "../../../variables.scss";
@import "variables.scss";

:host {
flex: 1 1 auto;
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/left-menu/left-menu.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* under the License.
*/

@import '../../../variables.scss';
@import 'variables.scss';

.menu_container {
height: 100%;
Expand Down

0 comments on commit 449d50d

Please sign in to comment.