File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/components/src/components/breadcrumb Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111 display : flex ;
1212 flex-wrap : wrap ;
1313 align-items : flex-start ;
14- gap : variables .$db-spacing-fixed-3xs ; // 2px gap for small
14+ gap : variables .$db-spacing-fixed-2xs ; // 2px gap for small
1515 list-style : none ;
1616 margin : 0 ;
1717 padding : 0 ;
2121 li {
2222 display : flex ;
2323 align-items : center ;
24- gap : variables .$db-spacing-fixed-3xs ; // 2px between separator and item (small)
24+ gap : variables .$db-spacing-fixed-2xs ; // 2px between separator and item (small)
2525 }
2626
2727 // Link and text styling (small)
3030 display : flex ;
3131 align-items : center ;
3232 gap : variables .$db-spacing-fixed-2xs ; // 4px gap between icon and text
33- padding : variables .$db-spacing-fixed-3xs variables .$db-spacing-fixed-2xs ; // 2px 4px (small)
33+ padding : variables .$db-spacing-fixed-2xs variables .$db-spacing-fixed-2xs ; // 2px 4px (small)
3434 border-radius : variables .$db-border-radius-xs ; // 4px
3535 background-color : colors .$db-adaptive-bg-basic-transparent-full-default ;
3636 color : colors .$db-adaptive-on-bg-basic-emphasis-100-default ;
8181 cursor : pointer ;
8282 display : flex ;
8383 align-items : center ;
84- padding : variables .$db-spacing-fixed-3xs variables .$db-spacing-fixed-2xs ; // match link padding (small)
84+ padding : variables .$db-spacing-fixed-2xs variables .$db-spacing-fixed-2xs ; // match link padding (small)
8585 border-radius : variables .$db-border-radius-xs ;
8686 background-color : colors .$db-adaptive-bg-basic-transparent-full-default ;
8787 color : colors .$db-adaptive-on-bg-basic-emphasis-100-default ;
You can’t perform that action at this time.
0 commit comments