Azordev / dasher-user

ONLINE ACCESS SYSTEM FOR CUSTOMER AND CONSUMER MONITORING.
https://dev--azordev-dasher-user.netlify.app/
Apache License 2.0
2 stars 4 forks source link

Check Page in Mobile mode doesn't looks like the design #117

Closed heliomar-pena closed 2 years ago

heliomar-pena commented 2 years ago

Describe the bug I have checked and check view is not showing how in the desktop

To Reproduce Go to https://dev--azordev-dasher-user.netlify.app/check

Expected behavior I have listed the bugs here.

  1. Header need more horizontal (<- ->) padding. (Check screenshot 1)
  2. Text "Hola!" "Ingresa tu numero de boleta" have very space between. This is because <h1></h1> and <p></p> have a default line height, you can solve it modifying this property with CSS. Click here to see an example. (Check screenshot 2)
  3. Once you have erase the height to the header text, you will notice that doesn't exists space between the hand image and the text, please add a little of margin. (Check screenshot 3)
  4. The input should be flat, actually it have shadows. (Check screenshot 4)
  5. The form is not center (The input, input label and button is more for the left). (Check screenshot 5)

Screenshots

  1. Header need more horizontal spacing Actually is: imagen Should be: imagen
  2. Text "Hola" and "Ingresa tu numero de boleta" have very space between Actually is: imagen Should be: imagen
  3. Hand image and text doesn't have space between, please add a little more imagen
  4. The input should be flat, please remove shadows and add border gray or move to up the shadow to create this effect Actually is: imagen Should be: imagen
  5. The form doesn't looks centered, I have checked and the form container is centered, but the content is not ocupping the 100% of the width. imagen imagen Please add width: 100% instead width: 90% to the input and the button (or simply erase width style and use a display: block)
Israel-Laguan commented 2 years ago

On point number 4 I think is better to be blue/purple, yellow is not good for contrast/accessibility.

heliomar-pena commented 2 years ago

@Israel-Laguan Thanks for clarify, I have deleted it task already

Israel-Laguan commented 2 years ago

On point number 5 I think design is not clear on inputs. @Katsu08 can you check if most instances of Form Inputs on design are flat?

heliomar-pena commented 2 years ago

@Israel-Laguan I found these inputs that in mobile / desktop are flat

1. imagen https://xd.adobe.com/view/c94ee522-180f-487f-b7e0-90754a4b6169-9c1d/screen/3db5ef63-11f0-495d-a172-bfe7b64bb33a

2. imagen https://xd.adobe.com/view/c94ee522-180f-487f-b7e0-90754a4b6169-9c1d/screen/deea6623-62be-4cad-8b14-6d702eda2607

Israel-Laguan commented 2 years ago

Great, thanks for confirm, so we have to change the Input and adapt the style

Israel-Laguan commented 2 years ago

Current state: https://dev--azordev-dasher-user.netlify.app/check

image

Will close this Issue and any other detail will be treated as a separate bug