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.

384 satır
6.8KB

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