Skip to content

Commit b5ea0a1

Browse files
committed
Moved error-banner styles to component folder
1 parent 0209edf commit b5ea0a1

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/assets/scss/6-components/molecules/__molecules.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
MOLECULES
33
\*------------------------------------*/
44

5-
@import "error-banner";
65
@import "form-fields";
76
@import "forms";
87
@import "list-box";

src/assets/scss/6-components/molecules/_error-banner.scss renamed to src/molecules/errors/error-banner.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
@import "../../assets/scss/_global";
2+
13
.c-error-banner {
24
@include padding(8px, 24px, 8px, 32px);
35
@include font-style(

src/molecules/errors/error-banner.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import React from "react";
22
import { Icon } from "../../atoms/icons/icon";
33
import { Icons } from "../../atoms/constants/icons";
4+
import "./error-banner.scss";
45

56
// -----------------------------------------------------------------------------------------
67
// #region Constants

0 commit comments

Comments
 (0)