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.

412 rindas
7.5KB

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