File tree Expand file tree Collapse file tree
assets/scss/6-components/molecules Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 MOLECULES
33\*------------------------------------*/
44
5- @import " list-box" ;
65@import " radio-list" ;
76@import " tooltip" ;
Original file line number Diff line number Diff line change 1+ @import " ../../assets/scss/_global" ;
2+
13.c-list-box {
24 background-color : get-color-neutral (" 05" );
35 border-radius : $border-radius-small ;
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ import { ButtonTypes } from "../../atoms/constants/button-types";
55import { ButtonSizes } from "../../atoms/constants/button-sizes" ;
66import { ButtonStyles } from "../../atoms/constants/button-styles" ;
77import { Paragraph } from "../../atoms/typography/paragraph" ;
8+ import "./list-box.scss" ;
89
910// -------------------------------------------------------------------------------------------------
1011// #region Constants
You can’t perform that action at this time.
0 commit comments