This commit is contained in:
Yuri Kuznetsov
2023-08-28 11:57:34 +03:00
parent a3f2fadd9e
commit 47aaecf3ac
+12 -10
View File
@@ -118,18 +118,20 @@
}
}
.record-grid-wide {
.left > .middle > .panel,
.left > .bottom > .panel {
border-right: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
&.first::before {
.no-side-margin {
.record-grid-wide {
.left > .middle > .panel,
.left > .bottom > .panel {
border-right: 0;
border-top-right-radius: 0;
}
&.last::before {
border-bottom-right-radius: 0;
&.first::before {
border-top-right-radius: 0;
}
&.last::before {
border-bottom-right-radius: 0;
}
}
}
}