Server IP : 162.0.217.223 / Your IP : 216.73.216.168 Web Server : LiteSpeed System : Linux premium269.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : mypckeys ( 1539) PHP Version : 8.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/mypckeys/www/wp-content/themes/woodmart/inc/admin/assets/sass/pages/xtemos/ |
Upload File : |
// ------------------------------------------------------------------------------------------------ // PATCHER // ------------------------------------------------------------------------------------------------ @if $page-patcher { .woodmart_page_xts_patcher { .xts-box-header { justify-content: space-between; } } .xts-patches-notice { .xts-success { margin-bottom: 15px; } } .xts-patch-item { min-width: 700px; > div { width: 100%; &:not(:last-child) { margin-inline-end: 15px; } } // &.xts-applied { // .xts-patch-apply { // display: none; // } // .xts-patch-label-applied { // display: inline-flex; // } // } } [class*="xts-patch-apply"] { .xts-applied & { display: none; } } .xts-patch-label-applied { .xts-applied & { display: inline-flex; } } .xts-patch-label-applied { display: none; align-items: center; min-height: 35px; vertical-align: middle; text-transform: uppercase; font-weight: 600; font-size: 12px; &:before { color: var(--xts-secondary-color); font-size: 14px; margin-inline-end: 4px; } } .xts-patch-date { max-width: 160px; // white-space: nowrap; // flex-shrink: 0; .xts-table-row & { &:before { @include font-icon($xts-icon-clock); } } } .xts-patch-id { max-width: 90px; } .xts-patch-button-wrapper { max-width: 100px; text-align: end; } // .xts-empty-patches { // p { // margin-bottom: 0; // } // } }