Skip to content

Commit c6d14d1

Browse files
authored
Merge pull request #927 from magento-mpi/MAGETWO-63641
MAGETWO-65547: Adjust styles of fraud protection configuration page
2 parents 5f7064f + 7480f10 commit c6d14d1

File tree

3 files changed

+48
-18
lines changed

3 files changed

+48
-18
lines changed

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

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,5 @@
33
// * See COPYING.txt for license details.
44
// */
55

6-
//
7-
// Order Case Info
8-
// ---------------------------------------------
9-
10-
.order-case-table {
11-
&:extend(.abs-order-tables all);
12-
&:extend(.abs-order-tbody-border all);
13-
}
14-
15-
//
16-
// Layout
17-
// ---------------------------------------------
18-
.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
19-
.case-information {
20-
float: left;
21-
#mix-grid .width(6,12);
22-
}
23-
}
6+
@import 'module/_order.less';
7+
@import 'module/_config.less';
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
// /**
2+
// * Copyright © 2013-2017 Magento, Inc. All rights reserved.
3+
// * See COPYING.txt for license details.
4+
// */
5+
6+
@image-signifyd-logo-path: '../Magento_Signifyd/images/logo.png';
7+
8+
//
9+
// Outer slider of configuration
10+
//
11+
.signifyd-logo-header {
12+
> .entry-edit-head {
13+
> a:after {content: url(@image-signifyd-logo-path)}
14+
}
15+
16+
ul {
17+
margin-left: 5em;
18+
}
19+
20+
.webhook-url {
21+
word-break: break-all;
22+
}
23+
}
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
// /**
2+
// * Copyright © 2013-2017 Magento, Inc. All rights reserved.
3+
// * See COPYING.txt for license details.
4+
// */
5+
6+
//
7+
// Order Case Info
8+
// ---------------------------------------------
9+
10+
.order-case-table {
11+
&:extend(.abs-order-tables all);
12+
&:extend(.abs-order-tbody-border all);
13+
}
14+
15+
//
16+
// Layout
17+
// ---------------------------------------------
18+
.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
19+
.case-information {
20+
float: left;
21+
#mix-grid .width(6,12);
22+
}
23+
}

0 commit comments

Comments
 (0)