diff options
author | OzoneGrif | 2020-02-10 14:27:38 +0100 |
---|---|---|
committer | GitHub | 2020-02-10 14:27:38 +0100 |
commit | a52b1b59b82c7f77e4bbb28cf64fe82ab2fd4e17 (patch) | |
tree | 8cd235f1cb330c3bac114e412bc5d49f15a0c93b /viewer/src/components | |
parent | ca1504a0b4dc457666b4064087e8900c40282973 (diff) | |
parent | ec5bda34f9d2714db19d61cd9e82fb45cc15bfc1 (diff) | |
download | ldgallery-a52b1b59b82c7f77e4bbb28cf64fe82ab2fd4e17.tar.gz |
Merge pull request #110 from pacien/colour-palette
viewer: colour palette
Diffstat (limited to 'viewer/src/components')
-rw-r--r-- | viewer/src/components/LdBreadcrumb.vue | 1 | ||||
-rw-r--r-- | viewer/src/components/LdCommand.vue | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/viewer/src/components/LdBreadcrumb.vue b/viewer/src/components/LdBreadcrumb.vue index 171e96a..ebefc50 100644 --- a/viewer/src/components/LdBreadcrumb.vue +++ b/viewer/src/components/LdBreadcrumb.vue | |||
@@ -45,7 +45,6 @@ export default class LdBreadcrumb extends Vue { | |||
45 | @import "@/assets/scss/theme.scss"; | 45 | @import "@/assets/scss/theme.scss"; |
46 | 46 | ||
47 | .ld-breadcrumb { | 47 | .ld-breadcrumb { |
48 | border-left: 1px solid $disabled-color; | ||
49 | padding-left: 15px; | 48 | padding-left: 15px; |
50 | display: flex; | 49 | display: flex; |
51 | list-style: none; | 50 | list-style: none; |
diff --git a/viewer/src/components/LdCommand.vue b/viewer/src/components/LdCommand.vue index 8c6ccfc..54b602c 100644 --- a/viewer/src/components/LdCommand.vue +++ b/viewer/src/components/LdCommand.vue | |||
@@ -60,6 +60,7 @@ export default class LdCommand extends Vue { | |||
60 | @import "@/assets/scss/theme.scss"; | 60 | @import "@/assets/scss/theme.scss"; |
61 | 61 | ||
62 | .command-btns { | 62 | .command-btns { |
63 | background-color: $command-buttons-bgcolor; | ||
63 | justify-content: space-around; | 64 | justify-content: space-around; |
64 | vertical-align: middle; | 65 | vertical-align: middle; |
65 | align-items: center; | 66 | align-items: center; |