Add portable production build

This commit is contained in:
KrivovDE
2026-09-09 18:06:30 +03:00
parent 2f66d7dc37
commit c43f7de150
5 changed files with 39 additions and 3 deletions

View File

@@ -531,9 +531,9 @@ main{padding:1.125rem 1.25rem 2.5rem}
.filter-panel .search-field .filter-label-accent,.filter-label-accent{color:#e1e1e1!important}
.filter-panel .search-field.filter-active>span,.filter-check.filter-active>span{color:#a9cee9!important}
.filter-check input{width:1.25rem;height:1.25rem;border:0;border-radius:0;background:#c4c8c9}
.filter-check input:checked{border:0;background:#2795ed url('../pictures/check.png') center/100% 100% no-repeat}
.filter-check input:checked{border:0;background:#2795ed url('../pictures/check.svg') center/100% 100% no-repeat}
.filter-check input:checked::after{content:none}
.filter-clear,.filter-clear:hover,.filter-clear-accent{width:1.25rem;height:1.25rem;border:0;border-radius:0;background:transparent url('../pictures/check2.png') center/100% 100% no-repeat;color:transparent}
.filter-clear,.filter-clear:hover,.filter-clear-accent{width:1.25rem;height:1.25rem;border:0;border-radius:0;background:transparent url('../pictures/check2.svg') center/100% 100% no-repeat;color:transparent}
.intro{padding:1.25rem 1.125rem 1.5rem;background:transparent}
.org-sticky{width:100%;max-width:none}