浏览代码

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,
     dots: false,
     navSpeed: 700,
-    navText: ['<', '>'],
+    navText: ['TEST', 'TEST'],
     responsive: {
       0: {
         items: 1,

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

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