Skip to content

Commit 978f85a

Browse files
committed
Moved checkbox styles to component folder
1 parent 9adefd8 commit 978f85a

4 files changed

Lines changed: 4 additions & 1 deletion

File tree

src/assets/scss/4-elements/__elements.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
*/
1010

1111
@import "buttons";
12-
@import "checkboxes";
1312
@import "fieldsets";
1413
@import "forms";
1514
@import "headings";

src/atoms/forms/checkbox-button.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { InputTypes } from "../constants/input-types";
22
import React from "react";
33
import { Icon } from "../icons/icon";
44
import { Icons } from "../constants/icons";
5+
import "./checkbox.scss";
56
import "./checkbox-button.scss";
67

78
// -----------------------------------------------------------------------------------------

src/atoms/forms/checkbox-input.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { InputTypes } from "../constants/input-types";
22
import React from "react";
3+
import "./checkbox.scss";
34

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

src/assets/scss/4-elements/_checkboxes.scss renamed to src/atoms/forms/checkbox.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
.e-checkbox {
24
@include font-style(
35
$font-primary,

0 commit comments

Comments
 (0)