Feat: Checkout page redesign (#6)

* Increased padding on input elements

* Increased max layout width from 1500 to 1800

* Address input should take 2 column of space

* Updated order section with new design

* Checkout gets a new layout with sidebar

* Express checkout section

* Increase font size at larger screen width

* Environment example file

* Resolved linting issues
This commit is contained in:
2023-03-26 01:59:23 +01:00
committed by GitHub
parent 9d60cb7b85
commit 8bb65dfc2e
15 changed files with 609 additions and 147 deletions

View File

@@ -47,8 +47,8 @@
input {
border: 2px solid grey;
border-radius: 0px;
padding: 0.5rem;
font-size: 1rem;
padding: 0.7em;
font-size: 1em;
box-sizing: border-box;
width: 100%;

View File

@@ -47,7 +47,7 @@
@import '../../styles/media-queries.scss';
.card {
// padding: 1rem;
padding: 0.5rem;
border: 2px solid black;
@include desktop {