-
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.
MAGETWO-44581: Contribute Ogre Bugfixes
- move and merge remaining less files
- Loading branch information
Showing
3 changed files
with
82 additions
and
12 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
41 changes: 41 additions & 0 deletions
41
app/design/adminhtml/Magento/backend/Magento_Reward/web/css/source/_module.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,41 @@ | ||
// /** | ||
// * Copyright © 2015 Magento. All rights reserved. | ||
// * See COPYING.txt for license details. | ||
// */ | ||
|
||
// | ||
// Reward Page | ||
// _____________________________________________ | ||
|
||
// | ||
// Variables | ||
// --------------------------------------------- | ||
|
||
@boundary__margin: 30px; | ||
@boundary__ratio: 1.75; | ||
|
||
.adminhtml-reward-rate-edit { | ||
.field-rate { | ||
.admin__field-control { | ||
&:extend(.abs-clearfix all); | ||
} | ||
.boundary { | ||
float: left; | ||
width: 125px; | ||
} | ||
.boundary-upper { | ||
margin-left: @boundary__margin; | ||
position: relative; | ||
&:before { | ||
content: '»'; | ||
left: -(@boundary__margin / @boundary__ratio); | ||
position: absolute; | ||
top: 25%; | ||
} | ||
label { | ||
.lib-visibility-hidden(); | ||
display: block; | ||
} | ||
} | ||
} | ||
} |
35 changes: 35 additions & 0 deletions
35
app/design/adminhtml/Magento/backend/Magento_VersionsCms/web/css/source/_module.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,35 @@ | ||
// /** | ||
// * Copyright © 2015 Magento. All rights reserved. | ||
// * See COPYING.txt for license details. | ||
// */ | ||
|
||
// | ||
// Hierarchy styles | ||
// _____________________________________________ | ||
|
||
.cms-hierarchy { | ||
&:extend(.abs-clearfix all); | ||
|
||
.cms-hierarchy-tree, | ||
.cms-hierarchy-node { | ||
float: left; | ||
width: 50%; | ||
} | ||
|
||
.cms_page_grid_container { | ||
clear: both; | ||
} | ||
|
||
.admin__page-section-title { | ||
.actions { | ||
float: right; | ||
} | ||
} | ||
|
||
.buttons-set { | ||
margin: 0 0 1.14rem; | ||
button { | ||
margin-right: 0.36rem; | ||
} | ||
} | ||
} |