File tree Expand file tree Collapse file tree 5 files changed +12
-7
lines changed Expand file tree Collapse file tree 5 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 9696 --handle-inset-block-start : var (--cpd-space-4x );
9797 --handle-inset-block-end : 0px ;
9898 --content-inset-block-start : calc (
99- var (--handle-inset-block-start ) + var (--handle-block-size ) +
100- var (--handle-inset-block-end )
99+ var (--handle-inset-block-start ) +
100+ var (--handle-block-size ) +
101+ var (--handle-inset-block-end )
101102 );
102103}
103104
112113.drawer .body {
113114 padding-inline : var (--cpd-space-4x );
114115 padding-block-start : calc (
115- var (--content-inset-block-start ) + var (--cpd-space-6x )
116+ var (--content-inset-block-start ) +
117+ var (--cpd-space-6x )
116118 );
117119 padding-block-end : var (--cpd-space-12x );
118120 border-start-start-radius : var (--border-radius );
Original file line number Diff line number Diff line change 3636 * - the regular 6x padding
3737 */
3838 padding-block-end : calc (
39- var (--cpd-space-9x ) + var (--cpd-space-6x ) + var (--cpd-space-6x )
39+ var (--cpd-space-9x ) +
40+ var (--cpd-space-6x ) +
41+ var (--cpd-space-6x )
4042 );
4143 }
4244}
Original file line number Diff line number Diff line change 1616.cpd-checkbox-input ,
1717.cpd-checkbox-ui {
1818 box-sizing : border-box;
19- grid-area : 1 / 1 ;
19+ grid-area : 1 / 1 ;
2020 inline-size : var (--size );
2121 block-size : var (--size );
2222}
Original file line number Diff line number Diff line change 4040.cpd-form-inline-field-control {
4141 /* The control should have the same height as the label */
4242 block-size : calc (
43- var (--cpd-font-size-body-md ) * var (--cpd-font-line-height-regular )
43+ var (--cpd-font-size-body-md ) *
44+ var (--cpd-font-line-height-regular )
4445 );
4546
4647 /* Align the control in the middle of the label */
Original file line number Diff line number Diff line change 2828
2929.cpd-text-control : focus ,
3030/* This is set to auto by tailwind, we need to reset this */
31- .cpd-text-control : focus-visible {
31+ .cpd-text-control : focus-visible {
3232 outline : 2px solid var (--cpd-color-border-focused );
3333 border-color : transparent;
3434}
You can’t perform that action at this time.
0 commit comments