Skip to content
Snippets Groups Projects

Sprint/2021 05

Merged Marcel Nellesen requested to merge Sprint/2021-05 into master
4 files
+ 549
482
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -32,14 +32,15 @@
</template>
<script lang="ts">
import { BRow } from 'bootstrap-vue';
import Vue from 'vue';
Vue.component('b-row', BRow);
import { GuidUtil } from '@coscine/app-util';
import { ContactChangeApi } from '@coscine/api-connection';
import {
CoscinePageHeader,
CoscinePageFooter,
CoscineFormGroup,
CoscineFormTextarea,
CoscineLoadingSpinner,
} from '@coscine/component-library';
import '@coscine/component-library/dist/index.css';
@@ -50,8 +51,6 @@ import mailGreyPath from './assets/mail_grey.svg';
import phoneGreyPath from './assets/phone_grey.svg';
import faxGreyPath from './assets/fax_grey.svg';
import { ToastPlugin, BIconClipboard } from 'bootstrap-vue';
Vue.use(ToastPlugin);
let scriptPath = '';
let imageEnabled = false;
@@ -67,10 +66,7 @@ export default Vue.extend({
components: {
CoscinePageHeader,
CoscinePageFooter,
CoscineFormGroup,
CoscineFormTextarea,
CoscineLoadingSpinner,
BIconClipboard,
},
computed: {
cssProps() {
@@ -138,16 +134,6 @@ export default Vue.extend({
#wrap {
width: 100%;
}
#pidButtonGroup {
width: 100%;
}
#copyButton {
margin: inherit;
}
#sendButton {
float: right;
margin: auto;
}
.list-group-item-action {
background: var(--linkWhite) !important;
}
@@ -160,13 +146,6 @@ export default Vue.extend({
#fax.list-group-item {
background: var(--faxGrey) !important;
}
.h-divider {
margin-top: 5px;
margin-bottom: 10px;
height: 1px;
width: 100%;
border-top: 1px solid #bebbbb;
}
</style>
<style>
Loading