File tree Expand file tree Collapse file tree 2 files changed +17
-15
lines changed
app/design/adminhtml/Magento/backend/Magento_Signifyd/web/css/source/module Expand file tree Collapse file tree 2 files changed +17
-15
lines changed Original file line number Diff line number Diff line change 9
9
// Outer slider of configuration
10
10
//
11
11
.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
+ }
15
17
16
- ul {
17
- margin-left : 5em ;
18
- }
18
+ ul {
19
+ margin-left : 5em ;
20
+ }
19
21
20
- .webhook-url {
21
- word-break : break-all ;
22
- }
22
+ .webhook-url {
23
+ word-break : break-all ;
24
+ }
23
25
}
Original file line number Diff line number Diff line change 8
8
// ---------------------------------------------
9
9
10
10
.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 );
13
13
}
14
14
15
15
//
16
16
// Layout
17
17
// ---------------------------------------------
18
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
- }
19
+ .case-information {
20
+ float : left ;
21
+ #mix-grid .width (6 ,12 );
22
+ }
23
23
}
You can’t perform that action at this time.
0 commit comments