aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/assets/scss/theme.scss
blob: bbf4843307d11137ce584f883bc66e8708a5eb56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
/* 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 <https://www.gnu.org/licenses/>.
*/

@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;
$button-color: $palette-100;
$button-active-color: $palette-100;
$button-active-border-color: $palette-500;
$button-background-color: $palette-700;
$button-border-color: $palette-500;
$button-focus-color: $button-color;
$button-focus-border-color: $link;
$button-focus-box-shadow-size: 0;

// 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;
$scrollbar-color: $palette-300;
$loader-color: $palette-800;
$input-tag-delete-background-color: $palette-700;
$breadcrumb-margins: 12px;
$breadcrumb-overflow-mask-size: $breadcrumb-margins + 60px;
$thumbnail-other-size: 10em;

// Layout

$layout-top: 45px;
$layout-left: 250px;