Skip to content

Commit 7d3536a

Browse files
committed
Moved radio-list styles to component folder
1 parent ee246bf commit 7d3536a

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,5 +2,4 @@
22
MOLECULES
33
\*------------------------------------*/
44

5-
@import "radio-list";
65
@import "tooltip";

src/assets/scss/6-components/molecules/_radio-list.scss renamed to src/molecules/lists/radio-list.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-radio-list {
24
> ul {
35
> li {

src/molecules/lists/radio-list.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 { UnorderedList } from "./unordered-list";
3+
import "./radio-list.scss";
34

45
// -----------------------------------------------------------------------------------------
56
// #region Constants

0 commit comments

Comments
 (0)