refactored checkout workflow with stripe
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user