Skip to content

Commit ec7197c

Browse files
author
Dmytro Yushkin
committed
Merge remote-tracking branch 'origin/MAGETWO-66178' into MAGETWO-63642
2 parents f3ec0b6 + 04bc651 commit ec7197c

File tree

2 files changed

+17
-15
lines changed

2 files changed

+17
-15
lines changed

app/design/adminhtml/Magento/backend/Magento_Signifyd/web/css/source/module/_config.less

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,17 @@
99
// Outer slider of configuration
1010
//
1111
.signifyd-logo-header {
12-
> .entry-edit-head {
13-
> a:after {content: url(@image-signifyd-logo-path)}
14-
}
12+
> .entry-edit-head {
13+
> a:after {
14+
content: url(@image-signifyd-logo-path);
15+
}
16+
}
1517

16-
ul {
17-
margin-left: 5em;
18-
}
18+
ul {
19+
margin-left: 5em;
20+
}
1921

20-
.webhook-url {
21-
word-break: break-all;
22-
}
22+
.webhook-url {
23+
word-break: break-all;
24+
}
2325
}

app/design/adminhtml/Magento/backend/Magento_Signifyd/web/css/source/module/_order.less

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88
// ---------------------------------------------
99

1010
.order-case-table {
11-
&:extend(.abs-order-tables all);
12-
&:extend(.abs-order-tbody-border all);
11+
&:extend(.abs-order-tables all);
12+
&:extend(.abs-order-tbody-border all);
1313
}
1414

1515
//
1616
// Layout
1717
// ---------------------------------------------
1818
.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
19-
.case-information {
20-
float: left;
21-
#mix-grid .width(6,12);
22-
}
19+
.case-information {
20+
float: left;
21+
#mix-grid .width(6,12);
22+
}
2323
}

0 commit comments

Comments
 (0)