You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

64 lines
1.1KB

  1. .point-sale-create,
  2. .point-sale-update {
  3. #credit {
  4. .field-pointsale-payment_method_onsite,
  5. .field-pointsale-payment_method_credit,
  6. .field-pointsale-payment_method_online {
  7. label {
  8. display: block;
  9. }
  10. }
  11. }
  12. #days-distribution {
  13. .form-group {
  14. margin-bottom: 0px;
  15. label {
  16. font-weight: normal;
  17. }
  18. &.has-success label {
  19. color: #333;
  20. }
  21. .help-block {
  22. display: none;
  23. }
  24. }
  25. .field-pointsale-infos_monday,
  26. .field-pointsale-infos_tuesday,
  27. .field-pointsale-infos_wednesday,
  28. .field-pointsale-infos_thursday,
  29. .field-pointsale-infos_friday,
  30. .field-pointsale-infos_saturday,
  31. .field-pointsale-infos_sunday {
  32. margin-bottom: 10px;
  33. label {
  34. display: none;
  35. }
  36. }
  37. }
  38. #delivery-note-generation {
  39. .form-group {
  40. margin-bottom: 0px;
  41. label {
  42. margin-bottom: 0px;
  43. font-weight: normal;
  44. }
  45. }
  46. }
  47. #home-delivery {
  48. .field-pointsale-is_home_delivery label {
  49. display: block;
  50. }
  51. }
  52. #bread-box {
  53. .field-pointsale-is_bread_box label {
  54. display: block;
  55. }
  56. }
  57. }