Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

342 rindas
5.7KB

  1. h1.title-systeme-commande {
  2. color: black ;
  3. padding-bottom: 35px ;
  4. font-size: 25px ;
  5. line-height: 35px ;
  6. font-family: 'myriadpro-regular' ;
  7. text-transform: uppercase ;
  8. text-align: center ;
  9. position: relative ;
  10. margin-top: 30px ;
  11. img {
  12. width: 35px ;
  13. margin-right: 7px ;
  14. }
  15. }
  16. h2 {
  17. font-size: 20px ;
  18. //color: black ;
  19. text-transform: uppercase ;
  20. }
  21. #index-commande {
  22. position: relative ;
  23. #logout {
  24. position: absolute ;
  25. /*top: 45px ;
  26. right: 93px ;*/
  27. top: 0 ;
  28. right: 0 ;
  29. z-index: 10 ;
  30. }
  31. .accueil {
  32. text-align: center ;
  33. padding-bottom: 20px;
  34. }
  35. #historique-commandes {
  36. .statut, .montant {
  37. width: 175px ;
  38. }
  39. .montant {
  40. //text-align: center ;
  41. width: 100px ;
  42. }
  43. .nom-point-vente {
  44. }
  45. .localite {
  46. font-size: 11px ;
  47. lin-height: 11px ;
  48. }
  49. a {
  50. text-decoration: none ;
  51. }
  52. }
  53. }
  54. .commande-form {
  55. min-height: 600px ;
  56. h2 {
  57. font-family: "myriadpro-regular" ;
  58. }
  59. #infos-importantes.alert-warning {
  60. float: right ;
  61. }
  62. #datepicker-production {
  63. .ui-datepicker {
  64. float: left ;
  65. margin-right: 20px ;
  66. }
  67. .ui-helper-clearfix:after {
  68. clear: none ;
  69. }
  70. .alert-info {
  71. float: left ;
  72. }
  73. }
  74. #has-commande-en-cours {
  75. margin-top: 15px ;
  76. a {
  77. color: #a94442 ;
  78. text-decoration: none ;
  79. font-weight: bold ;
  80. }
  81. }
  82. .field-commande-id_point_vente {
  83. margin-top: 30px ;
  84. }
  85. .field-commande-id_production {
  86. margin-bottom: 0px ;
  87. label {
  88. margin-bottom: 0px ;
  89. }
  90. .help-block {
  91. margin-bottom: 0px ;
  92. }
  93. }
  94. ul#points-vente {
  95. list-style-type: none ;
  96. margin: 0px ;
  97. padding: 0px ;
  98. .point-vente {
  99. width: 268px ;
  100. height: 130px ;
  101. float: left ;
  102. padding: 20px ;
  103. margin-right: 20px ;
  104. margin-bottom: 8px ;
  105. cursor: pointer ;
  106. float: left ;
  107. background-color: #f9f9f9 ;
  108. border: 1px solid #d8d8d8 ;
  109. .nom {
  110. //text-align: center ;
  111. font-family: "comfortaalight" ;
  112. font-size: 20px ;
  113. }
  114. .adresse {
  115. color: gray ;
  116. font-size: 13px ;
  117. line-height: 16px ;
  118. }
  119. .horaires {
  120. margin-top: 7px ;
  121. .jour {
  122. font-weight: bold ;
  123. display: none ;
  124. }
  125. }
  126. &.selected {
  127. border-left: solid 5px black ;
  128. @include box-shadow(0px 0px 5px #d8d8d8) ;
  129. .contenu {
  130. position: relative ;
  131. left: -4px ;
  132. }
  133. }
  134. &:hover {
  135. @include box-shadow(0px 0px 5px #d8d8d8) ;
  136. //@include box-shadow(none) ;
  137. }
  138. &.disabled {
  139. display: none ;
  140. //color: gray ;
  141. }
  142. }
  143. }
  144. #produits {
  145. margin-top: 15px ;
  146. #label-produits {
  147. display: block ;
  148. margin-bottom: 5px ;
  149. }
  150. .table {
  151. margin-top: 7px ;
  152. .illu {
  153. float: left ;
  154. height: auto ;
  155. width: 70px ;
  156. margin-right: 15px ;
  157. }
  158. .photo {
  159. float: right ;
  160. margin-left: 10px ;
  161. width: 200px ;
  162. }
  163. .nom {
  164. font-family: "comfortaalight" ;
  165. font-weight: bold ;
  166. text-transform: uppercase ;
  167. font-size: 18px ;
  168. }
  169. .description {
  170. font-style: italic;
  171. }
  172. .recette {
  173. font-size: 12px ;
  174. }
  175. .input-group {
  176. width: 133px ;
  177. .quantity {
  178. text-align: center ;
  179. }
  180. }
  181. .colonne-quantite, .prix-unit, .total {
  182. width: 150px ;
  183. text-align: center ;
  184. }
  185. td#total-commande, td#total-commande-vrac, td.total {
  186. text-align: center ;
  187. }
  188. .epuise {
  189. display: none ;
  190. text-transform: uppercase ;
  191. color: #B32815 ;
  192. font-weight: bold ;
  193. font-size: 16px ;
  194. text-align: center ;
  195. }
  196. .quantite-restante {
  197. font-size: 12px ;
  198. margin-top: 8px ;
  199. .nb {
  200. font-weight: bold ;
  201. }
  202. }
  203. td.produit, th.produit {
  204. width: 70% ;
  205. }
  206. td.prix-unit, th.prix-unit {
  207. width: 10% ;
  208. }
  209. td.colonne-quantite, th.colonne-quantite {
  210. width: 10% ;
  211. }
  212. td.total, th.total {
  213. width: 10% ;
  214. }
  215. }
  216. }
  217. #bar-fixed {
  218. position: fixed ;
  219. bottom: 0px ;
  220. left: 0px ;
  221. z-index: 100 ;
  222. width: 100% ;
  223. background-color: white ;
  224. padding: 15px ;
  225. margin-bottom: 0px ;
  226. @include box-shadow(0 0 5px #e0e0e0) ;
  227. border-top: solid 1px #e0e0e0 ;
  228. background-color: #F9F9F9 ;
  229. text-align: center ;
  230. #total-commande-bottom {
  231. background-color: white ;
  232. @include border-radius(20px) ;
  233. padding: 5px 25px ;
  234. border: solid 1px #e0e0e0 ;
  235. }
  236. .valider-commande, .btn-commentaire {
  237. float: right ;
  238. }
  239. .btn-commentaire {
  240. margin-right: 10px ;
  241. }
  242. .btn-retour, .annuler-commande {
  243. float: left ;
  244. margin-right: 5px ;
  245. }
  246. .annuler-commande {
  247. color: #b92c28 ;
  248. background-color: white ;
  249. }
  250. #total-commande-bottom {
  251. display: none ;
  252. font-weight: bold ;
  253. font-family: "comfortaalight" ;
  254. font-size: 24px ;
  255. }
  256. .field-commande-commentaire {
  257. display: none ;
  258. }
  259. }
  260. }
  261. .ui-datepicker {
  262. //@include border-radius(0px) ;
  263. .ui-widget-header {
  264. background: none ;
  265. background-color: gray ;
  266. border: 0px none ;
  267. color: black ;
  268. font-weight: normal ;
  269. }
  270. .ui-datepicker-current-day a,
  271. a.ui-state-hover {
  272. background: none ;
  273. //background-color: #fdd44b ;
  274. background-color: gray ;
  275. border-color: black ;
  276. color: black ;
  277. }
  278. }