Skip to content

Commit b96b064

Browse files
committed
Moved form styles to component folder
1 parent 4d07316 commit b96b064

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 "forms";
65
@import "list-box";
76
@import "radio-list";
87
@import "tooltip";

src/assets/scss/6-components/molecules/_forms.scss renamed to src/molecules/forms/form.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-form {
24
> .c-form-field {
35
@include margin-bottom(25px);

src/molecules/forms/form.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import * as React from "react";
22
import { PropsWithChildren } from "react";
3+
import "./form.scss";
34

45
const COMPONENT_CLASS = "c-form";
56

0 commit comments

Comments
 (0)