File tree Expand file tree Collapse file tree 4 files changed +22
-1
lines changed
source/_patterns/01-elements Expand file tree Collapse file tree 4 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 66 border : solid 1px $db-color-cool-gray-400 ;
77 border-radius : $chip---radius ;
88 display : inline-flex ;
9+ font-weight : 500 ;
910
1011 // Link related styles
1112 font-size : to-rem ($pxValue : 14 );
4243 color : $chip-checked--color ;
4344
4445 // *** Variants ***
46+ & [data-variant = " light" ] {
47+ background-color : $db-color-cool-gray-200 ;
48+ color : $db-color-cool-gray-700 ;
49+ border : 1px solid $db-color-cool-gray-400 ;
50+ }
51+
4552 & [data-variant = " warning" ] {
4653 background-color : $db-color-warning ;
4754 }
Original file line number Diff line number Diff line change 11{
22 "variants" : [
3+ {
4+ "label" : " Light" ,
5+ "variant" : " light"
6+ },
37 {
48 "label" : " Warning" ,
59 "variant" : " warning"
Original file line number Diff line number Diff line change 66 border-radius : $tag---radius ;
77 color : $tag---color ;
88 display : inline-flex ;
9+ font-weight : 500 ;
910
1011 // Link related styles
1112 font-size : to-rem ($pxValue : 12 );
12- font-weight : initial ;
1313 height : to-rem ($pxValue : 24 );
1414 justify-content : center ;
1515 padding-left : to-rem ($pxValue : 4 );
2727 }
2828
2929 // *** Variants ***
30+ & [data-variant = " light" ] {
31+ background-color : $db-color-cool-gray-200 ;
32+ color : $db-color-cool-gray-700 ;
33+ border : 1px solid $db-color-cool-gray-400 ;
34+ }
35+
3036 & [data-variant = " warning" ] {
3137 background-color : $db-color-warning-small-font ;
3238 }
Original file line number Diff line number Diff line change 11{
22 "variants" : [
3+ {
4+ "label" : " Light" ,
5+ "variant" : " light"
6+ },
37 {
48 "label" : " Informative" ,
59 "variant" : " informative"
You can’t perform that action at this time.
0 commit comments