![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/old/vendor/magento/theme-frontend-blank/web/css/source/ |
// /** // * Copyright © Magento, Inc. All rights reserved. // * See COPYING.txt for license details. // */ // // Common // _____________________________________________ & when (@media-common = true) { .table-wrapper { margin-bottom: @indent__base; } table { .lib-table-caption(); } .table { &:not(.cart) { &:not(.totals) { .lib-table-bordered( @_table_type: light, @_table_border-width: @table__border-width ); tfoot { > tr { &:first-child { th, td { border-top: @table__border-width @table__border-style @table__border-color; padding-top: @indent__base; } } } .mark { font-weight: @font-weight__regular; text-align: right; } } } } } } // // Mobile // _____________________________________________ .media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__s) { .table-wrapper { .lib-table-overflow(); position: relative; // To hide unnecessary horizontal scrollbar in Safari .table { &:not(.cart) { &:not(.totals) { &:not(.table-comparison) { .lib-table-responsive(); tbody > tr { > td:first-child { padding-top: @indent__base; } > td:last-child { padding-bottom: @indent__base; } } &.additional-attributes { tbody { th { &:extend(.abs-no-display-s all); } td { &:last-child { border: none; padding: 0 0 @indent__xs; } } } } } } } } .table { &:not(.totals) { &:not(.table-comparison) { tfoot { display: block; tr { display: block; &:extend(.abs-add-clearfix-mobile all); &:first-child { th, td { padding-top: @indent__base; } } } th { box-sizing: border-box; float: left; padding-left: 0; padding-right: 0; text-align: left; width: 70%; } td { box-sizing: border-box; float: left; padding-left: 0; padding-right: 0; text-align: right; width: 30%; } } } } } } .data-table-definition-list { thead { display: none; } tbody th { padding-bottom: 0; } tbody th, tbody td { display: block; padding-left: 0; padding-right: 0; } } }