| Current Path : /home/rtorresani/www/vendor/magento/theme-frontend-blank/Magento_Rma/web/css/source/ |
| Current File : //home/rtorresani/www/vendor/magento/theme-frontend-blank/Magento_Rma/web/css/source/_email.less |
// /**
// * Copyright © Magento, Inc. All rights reserved.
// * See COPYING.txt for license details.
// */
//
// RMA table styles
// _____________________________________________
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__s) {
// Shrink table size on small screens to fit as much as possible without requiring horizontal scrolling
.rma-items td,
.rma-items th {
font-size: @font-size__s !important;
padding: 5px !important;
}
}