![]() 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/mautic.corals.io/app/bundles/CoreBundle/Assets/css/app/less/components/ |
// // Box Layout // -------------------------------------------------- .box-layout { display: table !important; width: 100%; //height: 100%; table-layout: fixed; border-spacing: 0; > [class*=" col-"], > [class^="col-"] { position: static; padding: 0; > .panel-body { white-space: nowrap; overflow: hidden; } &.bdr-l { &.height-auto { &:before { margin-left: -1px; } } } &.bdr-r { &.height-auto { &:before { margin-right: -1px; } } } } > .col-xs-1, > .col-xs-2, > .col-xs-3, > .col-xs-4, > .col-xs-5, > .col-xs-6, > .col-xs-7, > .col-xs-8, > .col-xs-9, > .col-xs-10, > .col-xs-11, > .cell { display: table-cell; vertical-align: top; height: 100%; float: none; } > .cell { width: 100%; } @media (min-width: @screen-sm-min) { > .col-sm-1, > .col-sm-2, > .col-sm-3, > .col-sm-4, > .col-sm-5, > .col-sm-6, > .col-sm-7, > .col-sm-8, > .col-sm-9, > .col-sm-10, > .col-sm-11 { display: table-cell; vertical-align: top; height: 100%; float: none; } } @media (min-width: @screen-md-min) { > .col-md-1, > .col-md-2, > .col-md-3, > .col-md-4, > .col-md-5, > .col-md-6, > .col-md-7, > .col-md-8, > .col-md-9, > .col-md-10, > .col-md-11 { display: table-cell; vertical-align: top; height: 100%; float: none; } } @media (min-width: @screen-lg-min) { > .col-lg-1, > .col-lg-2, > .col-lg-3, > .col-lg-4, > .col-lg-5, > .col-lg-6, > .col-lg-7, > .col-lg-8, > .col-lg-9, > .col-lg-10, > .col-lg-11 { display: table-cell; vertical-align: top; height: 100%; float: none; } } } .tab-pane .box-layout { > [class*=" col-"], > [class^="col-"] { &.height-auto { &:before { top: auto; } } } } .modal .box-layout { > [class*=" col-"], > [class^="col-"] { &.height-auto { &:before { width: auto; } } } .bg-auto { background-color: @body-bg !important; } }