Skip to content

Commit 2b5c088

Browse files
committed
MAGETWO-44674: Fix all compilation errors
1 parent f99b76e commit 2b5c088

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

app/design/adminhtml/Magento/backend/Magento_GiftCard/web/css/source/module.less renamed to app/design/adminhtml/Magento/backend/Magento_GiftCard/web/css/source/_module-old.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
// * See COPYING.txt for license details.
44
// */
55

6+
//
7+
// IE9 styles
8+
// ---------------------------------------------
9+
610
.ie9 & {
711
.giftcard-info-container {
812
.admin__field {

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,11 @@
3333
}
3434
}
3535
}
36+
37+
.version-fieldset {
38+
.grid-actions {
39+
border-bottom: 1px solid @color-lazy-sun-white;
40+
margin: 0 0 15px;
41+
padding: 0 0 15px;
42+
}
43+
}

0 commit comments

Comments
 (0)