/** * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ #side-menu-section input[type="color"] { width: 100px; margin: 10px 0 10px 0; padding: 0; border-radius: 0; } #-dropside-menu-section input[type="checkbox"] { vertical-align: middle; } #side-menu-section input[type="range"] { vertical-align: middle; } #side-menu-section select { margin: 10px 0 10px 0; } .keyboard-key { padding: 1px 9px; margin: 0 2px; background: #eee; border: 1px solid #aaa; color: #555; border-radius: 3px; } .side-menu-display { padding: 10px; border: 2px solid transparent; max-width: 100%; cursor: pointer; } .side-menu-display.is-active { border: 2px solid #91cb7f; } .info { margin-top: 8px; padding: 5px; background: #91cb7f; color: #fff; border-radius: var(--border-radius); } #side-menu-section h2 small { font-size: 11px; font-weight: normal; } .side-menu-toggler { cursor: pointer; } .side-menu-setting-list { margin: 10px 4px 4px 0px; border: 2px solid var(--color-border-dark); border-radius: 15px; } .side-menu-setting-list-item { padding: 5px 10px; border-bottom: 1px solid var(--color-border-dark); max-width: 300px; margin: -1px 0 0 0; cursor: pointer; line-height: 32px; } .side-menu-setting-list-item:last-child { border-bottom: 0; } .side-menu-setting-list-drop { background: yellow; border-color: yellow; height: 34px; } .side-menu-setting.arrow { color: #ccc; padding-right: 5px; } .side-menu-setting-list-item input { margin-top: 0; height: 21px !important; min-height: auto !important; } #apps-categories-custom-list select { width: 100%; } .side-menu-setting-table { display: table; width: 100%; } .side-menu-setting-row { display: table; margin-bottom: 10px; } .side-menu-setting-row code { margin-left: 2px; margin-bottom: 1px; padding: 3px 10px; border-radius: 5px; display: inline-block; right: 2px; border: 1px solid var(--color-border-dark); } .side-menu-setting-label { display: table-cell; width: 430px; padding-right: 20px; } .side-menu-setting-label--top { vertical-align: top; } .side-menu-setting-form { display: table-cell; min-width: 300px; } .side-menu-setting-label-short { width: 300px; } .side-menu-setting-form-long { width: 400px; } #side-menu-save-progress { display: inline-block; width: 0; height: 15px; background: #fff; } .btn-reset { display: inline-block; cursor: pointer; position: relative; top: -8px; left: 5px; transition-duration: 0.8s; transition-property: transform; transform: rotate(360deg); } .btn-reset--down { top: 2px; } .btn-reset--progress { transform: rotate(-359deg); } .badges { margin-bottom: 14px; margin-top: 4px; } .badge { border-width: 1px; padding: 2px 8px; margin-right: 2px; margin-bottom: 5px; display: inline-block; border-radius: 4px; font-size: 13px; } .badge-1 { background: #d4ce14; border-color: #cad413; color: #373a05; } .badge-2 { background: #96d47f; border-color: #7ed49b; color: #333; } .badge-3 { background: #d4540a; border-color: #d4700c; color: #fff; } .badge-4 { background: #9d81d4; border-color: #c681d4; color: #fff; }