refactored checkout workflow with stripe

This commit is contained in:
2021-01-11 21:16:42 +01:00
parent 2df6e53aa0
commit 02c983e7e0
48 changed files with 1154 additions and 177 deletions

View File

@ -33,3 +33,18 @@ p a{
border-bottom: 1px dotted #000;
}
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"]{
border-radius: 5px;
border : 0.5px solid #aaa;
padding: 0.3em 0.4em;
// &:focus{
// outline: none;
// border-color: blue;
// }
// outline-style: solid;
// outline-width: 1px;
}