Browse Source

cancel button for modal create order

IbrahimNour 10 months ago
parent
commit
ab199bac8b

+ 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 {