+ {{action}} Customers
+
+
+
+
+
+
+
+ Sure to delete {{local_data.name}}?
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ng-seed/src/app/appoinment/customers/dialog-box/dialog-box.component.scss b/ng-seed/src/app/appoinment/customers/dialog-box/dialog-box.component.scss
new file mode 100644
index 0000000..0bad49d
--- /dev/null
+++ b/ng-seed/src/app/appoinment/customers/dialog-box/dialog-box.component.scss
@@ -0,0 +1,48 @@
+// ::ng-deep .cdk-overlay-pane{
+// width: 60%!important;
+// }
+.mat-pane{
+ width: 20rem;
+}
+.button{
+ // float: right;
+ margin-bottom: 1rem;
+ background-color: #ffff;
+ margin-top: -1rem;
+ margin-left: 6rem;
+}
+::ng-deep .mat-card.settings-panel {
+ position: inherit;
+ bottom: 0px;
+ right: 0px;
+ width: 350px;
+ z-index: 9;
+ top: 58px;
+}
+
+::ng-deep body .mat-card {
+ box-shadow:none!important;
+}
+
+// @include media-breakpoint-down(lg) {
+// padding-top: 150px;
+// }
+// @include media-breakpoint-down(md) {
+// padding-top: 100px;
+// }
+// @include media-breakpoint-down(sm) {
+// padding-top: 100px;
+// }
+
+
+// @media only screen and (max-width: 600px) {
+// .cdk-overlay-pane{
+// width: 90%!important;
+// }
+// }
+
+@media (max-width: 959px){
+ .cdk-overlay-pane{
+ width: 90%!important;
+ }
+}
diff --git a/ng-seed/src/app/appoinment/customers/dialog-box/dialog-box.component.spec.ts b/ng-seed/src/app/appoinment/customers/dialog-box/dialog-box.component.spec.ts
new file mode 100644
index 0000000..ec05663
--- /dev/null
+++ b/ng-seed/src/app/appoinment/customers/dialog-box/dialog-box.component.spec.ts
@@ -0,0 +1,25 @@
+import { ComponentFixture, TestBed } from '@angular/core/testing';
+
+import { DialogBoxComponent } from './dialog-box.component';
+
+describe('DialogBoxComponent', () => {
+ let component: DialogBoxComponent;
+ let fixture: ComponentFixture