File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/components/bolt-list/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ $bolt-list-separator-styles: solid, dashed;
43
43
.c-bolt-list-item--separator-#{$separator-style } .c-bolt-list-item--display-flex :before ,
44
44
.c-bolt-list-item--separator-#{$separator-style } .c-bolt-list-item--display-flex :after {
45
45
border-width : 0 ;
46
- border-color : $bolt-list-item-border-color ;
47
46
border-style : #{$separator-style } ;
47
+ border-color : $bolt-list-item-border-color ;
48
48
}
49
49
}
50
50
@@ -116,8 +116,8 @@ $bolt-list-separator-styles: solid, dashed;
116
116
& .c-bolt-list-item--spacing-#{$spacing-value-name } {
117
117
& :not (.c-bolt-list-item--inset ) {
118
118
& .c-bolt-list-item--display-flex {
119
- margin-left : bolt-spacing (#{$spacing-value-name } ) * 2 ;
120
119
margin-bottom : bolt-v-spacing (#{$spacing-value-name } ) * 2 ;
120
+ margin-left : bolt-spacing (#{$spacing-value-name } ) * 2 ;
121
121
122
122
& :before {
123
123
left : bolt-spacing (#{$spacing-value-name } ) * -1 ;
You can’t perform that action at this time.
0 commit comments