瀏覽代碼

cancel button for modal create order

IbrahimNour 1 年之前
父節點
當前提交
ab199bac8b
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/app/landing-page/get-start/get-start.component.ts
  2. 1 1
      src/app/modules/profile/profile-theme.scss

+ 1 - 1
src/app/landing-page/get-start/get-start.component.ts

@@ -14,7 +14,7 @@ export class GetStartComponent {
     pullDrag: false,
     pullDrag: false,
     dots: false,
     dots: false,
     navSpeed: 700,
     navSpeed: 700,
-    navText: ['<', '>'],
+    navText: ['TEST', 'TEST'],
     responsive: {
     responsive: {
       0: {
       0: {
         items: 1,
         items: 1,

+ 1 - 1
src/app/modules/profile/profile-theme.scss

@@ -135,7 +135,7 @@
     font-weight: 700;
     font-weight: 700;
     cursor: pointer;
     cursor: pointer;
     position: absolute;
     position: absolute;
-    right: 1rem;
+    right: 0.4rem;
   }
   }
 
 
   .save-changes {
   .save-changes {