File tree Expand file tree Collapse file tree 3 files changed +48
-18
lines changed
app/design/adminhtml/Magento/backend/Magento_Signifyd/web/css/source Expand file tree Collapse file tree 3 files changed +48
-18
lines changed Original file line number Diff line number Diff line change 3
3
// * See COPYING.txt for license details.
4
4
// */
5
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
- }
6
+ @import ' module/_order.less' ;
7
+ @import ' module/_config.less' ;
Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments