| Current Path : /home/rtorresani/www/vendor/magento/theme-frontend-blank/Magento_Bundle/web/css/source/ |
| Current File : //home/rtorresani/www/vendor/magento/theme-frontend-blank/Magento_Bundle/web/css/source/_email.less |
// /**
// * Copyright © Magento, Inc. All rights reserved.
// * See COPYING.txt for license details.
// */
//
// Bundle Module Styles
// ---------------------------------------------
//
// Bundle Items
// ---------------------------------------------
.email-items {
.bundle-option-label {
> td {
padding: 0 @email-content__padding__base 0 @email-content__padding__l;
}
}
.bundle-option-value {
> td {
padding: 0 @email-content__padding__base @email-content__padding__base;
&.item-info {
padding: 0 @email-content__padding__base @email-content__padding__base @email-content__padding__xl;
}
}
}
tr.bundle-option-value + tr {
> td.item-extra {
padding-top: @email-content__padding__base;
}
}
}