diff options
author | OzoneGrif | 2020-02-10 14:42:44 +0100 |
---|---|---|
committer | GitHub | 2020-02-10 14:42:44 +0100 |
commit | 9545573e5e7c01a85e9b4040d94b1fb745d09e52 (patch) | |
tree | 38e9e506487b0cae5d94a2f961fb4d1c6a637405 /viewer/src/components/LdCommand.vue | |
parent | c158f21dfc2411cd8d6cbd36a9b0e90ff5265597 (diff) | |
parent | a52b1b59b82c7f77e4bbb28cf64fe82ab2fd4e17 (diff) | |
download | ldgallery-9545573e5e7c01a85e9b4040d94b1fb745d09e52.tar.gz |
Merge branch 'develop' into feature-secondary-command-buttons
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 5b9bbff..7590ea7 100644 --- a/viewer/src/components/LdCommand.vue +++ b/viewer/src/components/LdCommand.vue | |||
@@ -67,6 +67,7 @@ export default class LdCommand extends Vue { | |||
67 | @import "@/assets/scss/theme.scss"; | 67 | @import "@/assets/scss/theme.scss"; |
68 | 68 | ||
69 | .command-btns { | 69 | .command-btns { |
70 | background-color: $command-buttons-bgcolor; | ||
70 | justify-content: space-around; | 71 | justify-content: space-around; |
71 | vertical-align: middle; | 72 | vertical-align: middle; |
72 | align-items: center; | 73 | align-items: center; |