/* ldgallery - A static generator which turns a collection of tagged -- pictures into a searchable web gallery. -- -- Copyright (C) 2019-2020 Guillaume FOUET -- 2020 Pacien TRAN-GIRARD -- -- 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 . */ @import '_buefy_variables.scss'; @import 'palette.scss'; // Buefy components $primary: $palette-000; $text: $primary; $text-light: $palette-100; $text-strong: $primary; $input-color: $text; $input-placeholder-color: $text-light; $input-shadow: none; $input-border-color: transparent; $input-background-color: $palette-500; $input-focus-box-border-color: $palette-200; $input-focus-box-shadow-color: transparent; $link: $primary; $link-visited: $link; $link-hover: $palette-100; $disabled-color: $palette-400; $radius: 0; $loading-background: $palette-800; $title-color: $palette-200; $title-size: $size-5; $tag-background-color: $palette-800; // Custom components $panel-top-bgcolor: $palette-800; $panel-top-txtcolor: $primary; $panel-left-bgcolor: $palette-800; $panel-left-txtcolor: $primary; $command-buttons-bgcolor: $palette-700; $content-bgcolor: $palette-900; $toolbar-color: $palette-300; // FIXME: should be named "scrollbar" $loader-color: $palette-800; $input-tag-delete-background-color: $palette-700; $breadcrumb-margins: 13px; $breadcrumb-overflow-mask-size: $breadcrumb-margins + 60px; // Layout $layout-top: 45px; $layout-left: 250px;