Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <div class="input__field">
- <label>Delivery Pickup</label>
- <input type="text"
- class="form-control"
- onChange={handleChange}
- value={userData["Full Name"] || ""}
- id="search_input"
- placeholder="Pickup Location"
- required/>
- </div>
- <div class="input__field">
- <label>Delivery Destination</label>
- <input type="text"
- placeholder="Pickup Destination"
- onChange={handleChange}
- value={userData["Full Name"] || ""}
- required/>
- </div>
- /* Accounts
- .accounts-form{
- display: flex;
- flex-direction: column;
- }
- .accounts-form-fields{
- width: 90%;
- flex: 1 1 0%;
- margin-left: 8px;
- margin-right: 8px;
- }
- .accounts-form-field{
- font-weight: bold;
- height: 20px;
- color: rgb(214, 214, 214);
- line-height: 28px;
- text-transform: uppercase;
- font-size:12px;
- }
- .accounts-form-field-input{
- background-color: #fff;
- display: flex;
- margin-top: 10px;
- margin-bottom: 10px;
- border-radius: 8px;
- }
- .accounts-form-input{
- padding: 8px;
- padding-left: 8px;
- padding-right: 8px;
- appearance: none;
- width: 100%;
- border-radius: 8px;
- } */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement