diff options
author | Zero~Informatique | 2020-01-09 02:10:35 +0100 |
---|---|---|
committer | Zero~Informatique | 2020-01-09 02:10:35 +0100 |
commit | 89bcb2dbe5b5e6eb8e8ba13ceecee2770dfe4cd4 (patch) | |
tree | 8eb2c100707123f77ff6980c94e161d6214c648f /viewer/src/assets/scss/theme.scss | |
parent | c1e334b883e28381851fca077ff36aee0387b1db (diff) | |
download | ldgallery-89bcb2dbe5b5e6eb8e8ba13ceecee2770dfe4cd4.tar.gz |
viewer: Changed "image" type to "picture". Adapted the code to the current compiler output format. The currentItem and currentPath are calculated in the store for easier multi-component access. Breadcrumb for current's position and navigation.
Diffstat (limited to 'viewer/src/assets/scss/theme.scss')
-rw-r--r-- | viewer/src/assets/scss/theme.scss | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/viewer/src/assets/scss/theme.scss b/viewer/src/assets/scss/theme.scss new file mode 100644 index 0000000..a8ee0be --- /dev/null +++ b/viewer/src/assets/scss/theme.scss | |||
@@ -0,0 +1,10 @@ | |||
1 | // === Theme | ||
2 | |||
3 | $layout-top: 70px; | ||
4 | $layout-left: 250px; | ||
5 | |||
6 | $panel-top-bgcolor: #225; | ||
7 | $panel-top-txtcolor: white; | ||
8 | $panel-left-bgcolor: $panel-top-bgcolor; | ||
9 | $panel-left-txtcolor: $panel-top-txtcolor; | ||
10 | $content-bgcolor: #1e1e1e; | ||