salient.css 1.7 KB

123456789101112131415161718192021
  1. /* Salient Theme Overrides */
  2. html[class*="fa-"] { width:100%; font-size:1em; height:auto; line-height:1em; top:0; word-spacing:0; text-align:left; vertical-align:inherit; }
  3. body .booked-form [class*="fa-"],
  4. body .booked-calendar-wrap [class*="fa-"] { font-size:1em; width:auto; height:auto; line-height:1em; top:0; word-spacing:0; text-align:left; vertical-align:inherit; }
  5. body:not(.woocommerce-cart) .main-content table.booked-calendar th { padding:21px 0; }
  6. body table.booked-calendar tbody td { padding:0 !important; }
  7. body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-time i.booked-icon { width:auto; height:auto; }
  8. body .booked-form .field p.field-small-p { padding:0; }
  9. body .booked-form .field input::-webkit-input-placeholder { color:#aaa; }
  10. body .booked-form .field input::-moz-placeholder { color:#aaa; }
  11. body .booked-form .field input:-ms-input-placeholder { color:#aaa; }
  12. body .booked-form .field input:-moz-placeholder { color:#aaa; }
  13. body .booked-modal .bm-window p { padding-bottom:0; }
  14. body[data-form-style="minimal"] .booked-form .field input[type="text"],
  15. body[data-form-style="minimal"] .booked-form .field textarea,
  16. body[data-form-style="minimal"] .booked-form .field input[type="email"],
  17. body[data-form-style="minimal"] .booked-form .field input[type=password],
  18. body[data-form-style="minimal"] .booked-form .field input[type=tel],
  19. body[data-form-style="minimal"] .booked-form .field input[type=url],
  20. body[data-form-style="minimal"] .booked-form .field input[type=search],
  21. body[data-form-style="minimal"] .booked-form .field input[type=date] { padding:7px 10px !important; border:1px solid rgba(0,0,0,0.15) !important; box-sizing:border-box !important; }