-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #927 from magento-mpi/MAGETWO-63641
MAGETWO-65547: Adjust styles of fraud protection configuration page
- Loading branch information
Showing
3 changed files
with
48 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 23 additions & 0 deletions
23
app/design/adminhtml/Magento/backend/Magento_Signifyd/web/css/source/module/_config.less
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
// /** | ||
// * Copyright © 2013-2017 Magento, Inc. All rights reserved. | ||
// * See COPYING.txt for license details. | ||
// */ | ||
|
||
@image-signifyd-logo-path: '../Magento_Signifyd/images/logo.png'; | ||
|
||
// | ||
// Outer slider of configuration | ||
// | ||
.signifyd-logo-header { | ||
> .entry-edit-head { | ||
> a:after {content: url(@image-signifyd-logo-path)} | ||
} | ||
|
||
ul { | ||
margin-left: 5em; | ||
} | ||
|
||
.webhook-url { | ||
word-break: break-all; | ||
} | ||
} |
23 changes: 23 additions & 0 deletions
23
app/design/adminhtml/Magento/backend/Magento_Signifyd/web/css/source/module/_order.less
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
// /** | ||
// * Copyright © 2013-2017 Magento, Inc. All rights reserved. | ||
// * See COPYING.txt for license details. | ||
// */ | ||
|
||
// | ||
// Order Case Info | ||
// --------------------------------------------- | ||
|
||
.order-case-table { | ||
&:extend(.abs-order-tables all); | ||
&:extend(.abs-order-tbody-border all); | ||
} | ||
|
||
// | ||
// Layout | ||
// --------------------------------------------- | ||
.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) { | ||
.case-information { | ||
float: left; | ||
#mix-grid .width(6,12); | ||
} | ||
} |