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.

111 lines
2.6KB

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