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/LdCommand.vue | |
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/LdCommand.vue')
-rw-r--r-- | viewer/src/components/LdCommand.vue | 1 |
1 files changed, 1 insertions, 0 deletions
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; |