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.

139 lines
3.1KB

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