Skip to content

Commit 40959a2

Browse files
committed
Moved text-input-icon styles to component folder
1 parent a30407d commit 40959a2

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/assets/scss/6-components/atoms/__atoms.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33
\*------------------------------------*/
44
@import "labels";
55
@import "selects";
6-
@import "text-input-icon";

src/assets/scss/6-components/atoms/_text-input-icon.scss renamed to src/atoms/forms/text-input-icon.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-text-input-icon {
24
position: relative;
35

src/atoms/forms/text-input-icon.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import React from "react";
33
import { Icons } from "../constants/icons";
44
import { IconSizes } from "../constants/icon-sizes";
55
import { Icon } from "../icons/icon";
6+
import "./text-input-icon.scss";
67

78
// -------------------------------------------------------------------------------------------------
89
// #region Interfaces

0 commit comments

Comments
 (0)