Skip to content

Commit 0d3fb77

Browse files
committed
feat: add padding and border styles to DLayout left and right sections
1 parent 30c723d commit 0d3fb77

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/components/d-layout/DLayout.style.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,16 @@
3131
gap: variables.$xl;
3232
}
3333

34+
.d-layout__left {
35+
padding-right: variables.$xl;
36+
border-right: 1px solid helpers.borderColor();
37+
}
38+
39+
.d-layout__right {
40+
padding-left: variables.$xl;
41+
border-left: 1px solid helpers.borderColor();
42+
}
43+
3444
.d-layout__left,
3545
.d-layout__right {
3646
flex: 0 0 auto;

0 commit comments

Comments
 (0)