Skip to content

Commit 9c7fffe

Browse files
zanileeirenelagno
authored andcommitted
MAGETWO-39422: [UI] Assistance with applying new style for Credit card validation
1 parent 101543d commit 9c7fffe

File tree

9 files changed

+7
-1
lines changed

9 files changed

+7
-1
lines changed
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

app/design/frontend/Magento/luma/Magento_GiftMessage/web/css/source/_module.less

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,13 +274,19 @@
274274
}
275275
.gift-content {
276276
border-top: @border-width__base solid @color-gray-light5;
277-
margin-left: -@mobile-cart-padding;
278277
margin-right: -@mobile-cart-padding;
279278
padding-left: @mobile-cart-padding;
280279
padding-right: @mobile-cart-padding;
281280
overflow: hidden;
282281
}
283282
}
283+
284+
.gift-options-cart-item {
285+
& + .action-towishlist {
286+
left: 43px;
287+
position: absolute;
288+
}
289+
}
284290
}
285291

286292
//

0 commit comments

Comments
 (0)