File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 */
1010
1111@import " buttons" ;
12- @import " checkboxes" ;
1312@import " fieldsets" ;
1413@import " forms" ;
1514@import " headings" ;
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import { InputTypes } from "../constants/input-types";
22import React from "react" ;
33import { Icon } from "../icons/icon" ;
44import { Icons } from "../constants/icons" ;
5+ import "./checkbox.scss" ;
56import "./checkbox-button.scss" ;
67
78// -----------------------------------------------------------------------------------------
Original file line number Diff line number Diff line change 11import { InputTypes } from "../constants/input-types" ;
22import React from "react" ;
3+ import "./checkbox.scss" ;
34
45// -----------------------------------------------------------------------------------------
56// #region Constants
Original file line number Diff line number Diff line change 1+ @import " ../../assets/scss/_global" ;
2+
13.e-checkbox {
24 @include font-style (
35 $font-primary ,
You can’t perform that action at this time.
0 commit comments