Advertisement
Guest User

delivery-and-pickup-public.css

a guest
Oct 18th, 2022
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.21 KB | None | 0 0
  1. .delivery-and-pickup-wrapper {
  2.     background-color: #f5f5f5;
  3.     margin-bottom: 10px;
  4. }
  5.  
  6. .delivery-and-pickup {
  7.     margin: 0 0 1rem 0;
  8. }
  9.  
  10. .delivery-and-pickup-wrapper h3 {
  11.     color: #6b6c6c;
  12.     font-family: "Open Sans", Sans-serif;
  13.     font-size: 32px;
  14.     font-weight: 300;
  15.     line-height: 0px;
  16. }
  17.  
  18. .delivery-and-pickup-wrapper h4,
  19. .delivery-and-pickup-wrapper p label {
  20.     font-weight: 400;
  21.     padding-left: 3px;
  22.     margin: 0;
  23.     line-height: 2;
  24.     color: #6b6c6c;
  25. }
  26.  
  27. .ui-datepicker-calendar {
  28.     font-size: 16px;
  29.     line-height: 1.3;
  30. }
  31.  
  32. .delivery-and-pickup-take_away {
  33.     display: flex;
  34.     flex-direction: column;
  35. }
  36.  
  37. .delivery-and-pickup-delivery {
  38.     display: none;
  39.     flex-direction: column;
  40. }
  41.  
  42. .delivery-and-pickup-take_away select,
  43. .delivery-and-pickup-delivery input {
  44.     width: 47.5%;
  45. }
  46.  
  47. #boxes-jquery-datepicker {
  48.     font-size: 16px !important;
  49.     color: #6b6c6c;
  50. }
  51.  
  52. .woocommerce form .form-row input.input-text,
  53. .woocommerce form .form-row textare {
  54.     border-style: solid;
  55.     border-width: 1px;
  56. }
  57.  
  58. #delivery_and_pickup_location,
  59. #delivery-and-pickup-datepicker {
  60.     width: 100%;
  61. }
  62.  
  63. #delivery_and_pickup_type_delivery {
  64.     margin-left: 20px;
  65. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement