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.

101 lines
2.4KB

  1. .subscription-create,
  2. .subscription-update {
  3. .subscription-form {
  4. .points-sale {
  5. .locality {
  6. color: gray ;
  7. }
  8. label {
  9. cursor: pointer ;
  10. }
  11. }
  12. .days {
  13. .form-group {
  14. float: left ;
  15. margin-right: 15px ;
  16. }
  17. }
  18. .points-sale {
  19. table {
  20. tr.selected {
  21. td {
  22. background-color: $color2 ;
  23. }
  24. }
  25. .block-code {
  26. width: 150px ;
  27. }
  28. .actions {
  29. width: 150px ;
  30. button {
  31. width: 100% ;
  32. display: block ;
  33. }
  34. }
  35. }
  36. }
  37. .products {
  38. .monday, .tuesday, .wednesday, .thursday,
  39. .friday, .saturday, .sunday, .no-day {
  40. display: none ;
  41. }
  42. .monday-active .monday,
  43. .tuesday-active .tuesday,
  44. .wednesday-active .wednesday,
  45. .thursday-active .thursday,
  46. .friday-active .friday,
  47. .saturday-active .saturday,
  48. .sunday-active .sunday {
  49. display: block ;
  50. }
  51. td.quantity {
  52. width: 150px ;
  53. input {
  54. text-align: center ;
  55. &.has-quantity {
  56. font-weight: bold ;
  57. }
  58. }
  59. }
  60. .name {
  61. font-family: "comfortaalight" ;
  62. font-weight: bold ;
  63. text-transform: uppercase ;
  64. font-size: 18px ;
  65. }
  66. .description {
  67. font-style: italic;
  68. }
  69. .recipe {
  70. font-size: 12px ;
  71. }
  72. .price-unit, .price-total {
  73. text-align: center ;
  74. width: 150px ;
  75. }
  76. tr.total .price-total {
  77. text-align: center ;
  78. font-size: 20px ;
  79. }
  80. }
  81. }
  82. }