Sha256: 6b7887eb44bd2de042929e8b1a21f77280f11b8d57ce875cfa393c1bd87539c0
Contents?: true
Size: 1.67 KB
Versions: 8
Compression:
Stored size: 1.67 KB
Contents
/* Lesli Copyright (c) 2023, Lesli Technologies, S. A. This program is free software: you can redistribute it and/or modify it under the terms of the GNU 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 General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/. Lesli · Ruby on Rails SaaS development platform. Made with ♥ by https://www.lesli.tech Building a better future, one line of code at a time. @contact hello@lesli.tech @website https://www.lesli.tech @license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html // · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ // · */ section.lesli-panel { div.lesli-panel-background { position: fixed; z-index: 38; height: 100%; width: 100%; top: 0; left: 0; &.overlay { background: rgba(230, 230, 230, .4); } } div.lesli-panel-content { @include lesli-css-scrollbar(hide); background-color: white; position: fixed; z-index: 40; right: 0; top: 0; width: 540px; height: 100%; overflow-y: scroll; .lesli-panel-header { padding: 1rem 1rem .6rem; border-bottom: 1px solid lesli-css-color(slate); } } }
Version data entries
8 entries across 8 versions & 1 rubygems