Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

1155 lines
26KB

  1. /* Welcome to Compass.
  2. * In this file you should write your main styles. (or centralize your imports)
  3. * Import this file using the following HTML or equivalent:
  4. * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
  5. @import "compass" ;
  6. $dir-fonts: '../fonts/' ;
  7. @import "_fonts.scss" ;
  8. $color1: #BB8757 ;
  9. $color2: #F8F1DD ;
  10. .clr {
  11. clear: both ;
  12. }
  13. h1, h2, h3, h4, h5, h6 {
  14. font-family: 'myriadpro-light' ;
  15. }
  16. a {
  17. color: $color1;
  18. &:hover, &:focus, &:active {
  19. color: darken($color1, 10) ;
  20. }
  21. }
  22. #block-demo {
  23. padding: 10px 0px ;
  24. background-color: $color2 ;
  25. color: $color1;
  26. text-align: left ;
  27. margin-bottom: 20px ;
  28. border: solid 1px lighten($color1,10) ;
  29. @include border-radius(5px) ;
  30. a {
  31. text-decoration: underline ;
  32. }
  33. }
  34. #env-dev {
  35. font-family: 'comfortaabold' ;
  36. text-align: center ;
  37. font-size: 18px ;
  38. padding: 5px 10px ;
  39. color: white ;
  40. position: fixed ;
  41. top: 9px ;
  42. left: 66px ;
  43. z-index: 1031 ;
  44. }
  45. .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  46. background-color: $color1 ;
  47. border: solid 1px $color1 ;
  48. }
  49. .pagination > li > a, .pagination > li > span {
  50. color: $color1 ;
  51. &:hover {
  52. color: darken($color1, 10) ;
  53. }
  54. }
  55. .wrap {
  56. .btn-primary,
  57. .btn-success {
  58. background-color: $color1 ;
  59. border: solid 1px $color1 ;
  60. &:hover, &:focus, &:active {
  61. background-color: darken($color1, 10) ;
  62. border: solid 1px darken($color1, 10) ;
  63. }
  64. }
  65. }
  66. .nav-header {
  67. .retour-site {
  68. border-left : solid 1px $color2 ;
  69. padding: 10px 15px ;
  70. }
  71. }
  72. .navbar-brand {
  73. .logo {
  74. height: 40px ;
  75. position: relative ;
  76. top: -10px ;
  77. }
  78. }
  79. .container-body {
  80. padding-top: 117px ;
  81. padding-bottom: 50px ;
  82. }
  83. .navbar-inverse {
  84. background-color: $color1 ;
  85. border-bottom: 0px none ;
  86. .navbar-nav {
  87. padding-top: 12px ;
  88. }
  89. .navbar-nav > li > a {
  90. color: white ;
  91. margin-left: 3px;
  92. padding: 3px 11px ;
  93. &:hover {
  94. color: $color2 ;
  95. //background-color: $color2 ;
  96. }
  97. }
  98. .navbar-nav > li.active,
  99. .navbar-nav > .open {
  100. a {
  101. margin-left: 3px ;
  102. background-color: $color2 ;
  103. color: $color1 ;
  104. padding: 3px 11px ;
  105. @include border-radius(5px) ;
  106. &:hover,
  107. &:focus {
  108. background-color: $color2 ;
  109. color: $color1 ;
  110. }
  111. }
  112. }
  113. .navbar-nav > .open {
  114. a.dropdown-toggle {
  115. @include border-radius(5px 5px 0px 0px) ;
  116. }
  117. ul.dropdown-menu {
  118. @include box-shadow(0px 0px 5px gray) ;
  119. @include border-radius(5px 0px 5px 5px) ;
  120. border-top: 0px none ;
  121. right: -1px ;
  122. li {
  123. a {
  124. background-color: transparent ;
  125. &:hover {
  126. color: darken($color1,10) ;
  127. }
  128. }
  129. }
  130. }
  131. }
  132. .navbar-nav > .open > a,
  133. .navbar-nav > .open > a:hover,
  134. .navbar-nav > .open > a:focus {
  135. }
  136. }
  137. #alerts-fixed {
  138. position: fixed ;
  139. bottom: 20px ;
  140. left: 20px ;
  141. .alert {
  142. margin-top: 20px ;
  143. }
  144. }
  145. .nom-boulange {
  146. //font-family: 'Georgia' ;
  147. margin-bottom: 15px ;
  148. text-align: left ;
  149. position: fixed ;
  150. top: 51px ;
  151. left: 0px ;
  152. width: 100% ;
  153. background-color: #515151 ;
  154. background-color: $color2 ;
  155. color: darken($color1,15) ;
  156. z-index: 100 ;
  157. font-size: 20px ;
  158. padding: 8px 15px ;
  159. padding-bottom: 2px ;
  160. padding-top: 5px ;
  161. border-bottom: solid 1px #e0e0e0 ;
  162. @include box-shadow(0px 0px 5px gray) ;
  163. #etat-paiement-etablissement {
  164. float: right ;
  165. text-align: right ;
  166. color: darken($color1,15) ;
  167. font-size: 16px ;
  168. .strong {
  169. background-color: white ;
  170. color: $color1 ;
  171. @include border-radius(10px) ;
  172. padding: 0px 10px ;
  173. }
  174. .btn {
  175. padding: 2px 5px ;
  176. }
  177. }
  178. #select-etablissement {
  179. float: left ;
  180. font-size: 15px ;
  181. }
  182. .label {
  183. font-size: 11px ;
  184. margin-left: 10px ;
  185. position: relative ;
  186. bottom: 3px ;
  187. a {
  188. color: white ;
  189. &:hover {
  190. text-decoration: none ;
  191. }
  192. }
  193. }
  194. }
  195. .table {
  196. thead {
  197. th.actions {
  198. width: 220px ;
  199. }
  200. th.order {
  201. width: 58px ;
  202. }
  203. th.actif {
  204. width: 75px ;
  205. text-align: center;
  206. }
  207. }
  208. tbody {
  209. td.center {
  210. text-align: center ;
  211. }
  212. }
  213. }
  214. .footer {
  215. .pull-left {
  216. a {
  217. margin-right: 5px ;
  218. margin-left: 5px ;
  219. //text-transform: uppercase ;
  220. color: gray ;
  221. }
  222. }
  223. }
  224. // tableau de bord
  225. .site-index {
  226. .panel {
  227. .panel-title {
  228. .btn {
  229. float: right ;
  230. font-family: 'myriadpro-regular' ;
  231. &.btn-success {
  232. background-color: #5cb85c ;
  233. color: white ;
  234. border-color: #5cb85c ;
  235. }
  236. &.margin-left {
  237. margin-left: 5px ;
  238. }
  239. }
  240. }
  241. .panel-body {
  242. height: 250px ;
  243. }
  244. }
  245. #facturation {
  246. h2 {
  247. font-size: 25px ;
  248. text-align: center ;
  249. }
  250. .mois-en-cours {
  251. .montant span {
  252. background-color: white ;
  253. color: #333 ;
  254. border: solid 1px gray ;
  255. }
  256. }
  257. .montant {
  258. margin-top: 35px ;
  259. text-align: center ;
  260. span {
  261. font-size: 22px ;
  262. color: white ;
  263. background-color: $color1 ;
  264. padding: 7px 10px 3px;
  265. font-family: 'myriadpro-regular' ;
  266. @include border-radius(5px) ;
  267. }
  268. }
  269. }
  270. }
  271. #page-commande {
  272. #row2 {
  273. }
  274. h1 {
  275. .btn-group {
  276. float: right ;
  277. }
  278. }
  279. #col-left, #col-right {
  280. padding-left: 0px ;
  281. padding-right: 0px ;
  282. }
  283. #col-right {
  284. padding-left: 20px ;
  285. }
  286. #jours-production {
  287. display: none ;
  288. }
  289. #calendar {
  290. h2 {
  291. font-size: 20px ;
  292. position: relative ;
  293. top: 3px ;
  294. }
  295. .fc-header-title {
  296. margin-left: 10px ;
  297. }
  298. $back-day-with-event: lighten(#FDD44B,13) ;
  299. //$back-day-with-event: #FDD44B ;
  300. .dayWithEvent {
  301. background-color: $back-day-with-event ;
  302. cursor: pointer;
  303. }
  304. .fc-event-container {display: none;}
  305. .fc-today {
  306. border-bottom: solid 1px #C9302C ;
  307. background-color: white ;
  308. &.dayWithEvent {
  309. background-color: $back-day-with-event ;
  310. }
  311. }
  312. .fc-day {
  313. cursor: pointer ;
  314. text-align: center ;
  315. &:hover {
  316. @include box-shadow(0px 0px 2px black inset) ;
  317. }
  318. }
  319. .current-date {
  320. @include box-shadow(0px 0px 2px black inset) ;
  321. }
  322. .fc-day-number {
  323. float: none ;
  324. padding-top: 2px ;
  325. }
  326. }
  327. #bloc-production {
  328. .label {
  329. float: right ;
  330. font-size: 13px ;
  331. }
  332. .btn-success {
  333. background-color: #5cb85c ;
  334. border-color: #4cae4c ;
  335. }
  336. #productions-point-vente {
  337. margin-top: 15px ;
  338. padding: 10px ;
  339. border: solid 1px #e0e0e0 ;
  340. background-color: #F5F5F5 ;
  341. @include border-radius(5px) ;
  342. label {
  343. display: block ;
  344. font-weight: normal ;
  345. }
  346. .checkbox-list {
  347. margin-left: 10px ;
  348. margin-top: 10px ;
  349. }
  350. }
  351. }
  352. #produits-production {
  353. .overflow {
  354. //max-height: 400px ;
  355. //overflow-y: scroll ;
  356. table {
  357. width: 100%;
  358. }
  359. thead, tbody, tr, td, th { display: block; }
  360. tr:after {
  361. content: ' ';
  362. display: block;
  363. visibility: hidden;
  364. clear: both;
  365. }
  366. thead th {
  367. height: 30px;
  368. /*text-align: left;*/
  369. }
  370. tbody {
  371. height: 500px;
  372. overflow-y: auto;
  373. }
  374. thead {
  375. }
  376. thead th {
  377. width: 32%;
  378. float: left;
  379. }
  380. tbody td{
  381. width: 33%;
  382. float: left;
  383. }
  384. .td-produit {
  385. width: 60% ;
  386. }
  387. .td-actif, .td-max {
  388. width: 20% ;
  389. text-align: center ;
  390. }
  391. thead {
  392. .td-produit {
  393. width: 57% ;
  394. }
  395. }
  396. }
  397. input.quantite-max {
  398. background-color: white;
  399. border: 1px solid #e0e0e0;
  400. text-align: center;
  401. width: 50px;
  402. }
  403. td {
  404. label {
  405. font-weight: normal ;
  406. }
  407. }
  408. }
  409. #btn-export-commandes,
  410. #btn-commande-auto {
  411. float: right ;
  412. position: relative;
  413. top: -5px ;
  414. right: -7px ;
  415. padding: 2px 5px ;
  416. }
  417. #btn-export-commandes {
  418. color: white ;
  419. margin-left: 10px ;
  420. padding: 1px 5px ;
  421. }
  422. #bloc-totaux {
  423. .table-produits {
  424. .depasse {
  425. color: #b32815 ;
  426. }
  427. .total strong span {
  428. font-weight: normal ;
  429. font-size: 13px ;
  430. }
  431. }
  432. }
  433. #commandes-points-vente {
  434. .tab-pane {
  435. padding-top: 20px ;
  436. }
  437. .recap-pv {
  438. &.no-commande {
  439. .recettes {
  440. display: none;
  441. }
  442. }
  443. .recettes {
  444. float: right ;
  445. color: $color1 ;
  446. //background-color: $color1 ;
  447. border: solid 1px $color1 ;
  448. padding: 4px 10px ;
  449. @include border-radius(10px) ;
  450. font-weight: bold ;
  451. position: relative ;
  452. top: -3px ;
  453. }
  454. }
  455. .alert.commentaire {
  456. display: none ;
  457. }
  458. ul.liste-commandes {
  459. margin-top: 10px ;
  460. list-style-type: none ;
  461. height: 100% ;
  462. max-height: 400px ;
  463. //border: solid 1px #e0e0e0 ;
  464. margin-left: 0 ;
  465. padding-left: 0 ;
  466. margin-top: 0px ;
  467. width: 100% ;
  468. overflow-y: scroll ;
  469. &.no-commande {
  470. display: none ;
  471. }
  472. li {
  473. padding: 0 ;
  474. margin: 0 ;
  475. a {
  476. text-align: left;
  477. @include border-radius(0px) ;
  478. display: block ;
  479. padding: 7px ;
  480. //border-bottom: solid 1px #e0e0e0 ;
  481. color: #333 ;
  482. .montant {
  483. float: right ;
  484. color: $color1 ;
  485. font-weight: bold ;
  486. &.paye {
  487. color: #5cb85c ;
  488. color: #519951 ;
  489. }
  490. }
  491. .glyphicon-comment {
  492. color: $color1 ;
  493. }
  494. &:hover, &:active, &.active {
  495. text-decoration: none ;
  496. //background-color: #F5F5F5 ;
  497. //background-color: lighten($color2,5) ;
  498. background-color: #FCF8E3 ;
  499. //border-right: solid 3px $color1 ;
  500. outline: none ;
  501. border-color: #ccc ;
  502. @include transition(all 0.1s) ;
  503. }
  504. }
  505. }
  506. }
  507. .creer-commande,
  508. .commandes-auto {
  509. width: 100% ;
  510. margin-bottom: 10px ;
  511. }
  512. .bloc-commande {
  513. padding-top: 20px ;
  514. margin-top: 20px ;
  515. display: none ;
  516. }
  517. .title-user {
  518. display: none ;
  519. font-size: 19px ;
  520. margin-top: 0px ;
  521. font-family: "Helvetica Neue",Helvetica,Arial,sans-serif ;
  522. .btn-edit, .btn-remove,
  523. .btn-cancel, .btn-save {
  524. float: right ;
  525. position: relative ;
  526. top: -6px ;
  527. }
  528. .btn-edit, .btn-cancel {
  529. margin-right: 10px ;
  530. }
  531. .buttons-save-cancel {
  532. display: none ;
  533. }
  534. .choix-user {
  535. display: none ;
  536. .form-control {
  537. width: 200px ;
  538. display: inline ;
  539. }
  540. }
  541. }
  542. table.table-produits {
  543. .td-commande {
  544. text-align: center ;
  545. }
  546. input.form-control {
  547. //width: 100px ;
  548. text-align: center ;
  549. }
  550. }
  551. .td-produit,
  552. .th-produit {
  553. width: 70% ;
  554. }
  555. .td-commande,
  556. .th-commande {
  557. width: 30% ;
  558. text-align: center ;
  559. }
  560. .td-produit {
  561. text-transform: uppercase ;
  562. }
  563. .td-commande {
  564. font-weight: bold ;
  565. }
  566. .td-total {
  567. font-size: 18px ;
  568. text-align: center ;
  569. span {
  570. padding: 2px 10px ;
  571. background-color: $color1 ;
  572. color: white ;
  573. font-weight: bold ;
  574. @include border-radius(8px) ;
  575. }
  576. }
  577. .td-paiement {
  578. .buttons-credit {
  579. float: right ;
  580. }
  581. }
  582. .panel-commande-automatique {
  583. .field-commandeautoform-id_user,
  584. .field-commandeautoform-id_etablissement
  585. {
  586. display: none ;
  587. }
  588. .jours {
  589. .form-group {
  590. float: left ;
  591. margin-right: 10px ;
  592. }
  593. }
  594. }
  595. }
  596. #old-commandes {
  597. display: none ;
  598. }
  599. .form-commandes-point-vente {
  600. margin-top: 20px ;
  601. table {
  602. border-bottom: solid 1px #e0e0e0 ;
  603. }
  604. .title-point-vente {
  605. background-color: lighten(#fdd44b, 30) ;
  606. border-left: solid 3px $color1 ;
  607. font-weight: bold ;
  608. text-align: left ;
  609. padding: 10px ;
  610. }
  611. .title-totaux {
  612. text-align: center ;
  613. }
  614. .border-left {
  615. border-left: solid 1px #e0e0e0 ;
  616. }
  617. .border-right {
  618. border-right: solid 1px #e0e0e0 ;
  619. }
  620. input.quantite {
  621. //width: 50px ;
  622. width: 30px ;
  623. background-color: white ;
  624. border: solid 1px #e0e0e0 ;
  625. text-align: center ;
  626. }
  627. .td-produit {
  628. text-align: center ;
  629. }
  630. .submit-pv {
  631. float: right ;
  632. }
  633. .select-user {
  634. background-color: #F9F9F9 ;
  635. border: solid 1px #e0e0e0 ;
  636. }
  637. .date-commande {
  638. font-size: 12px ;
  639. }
  640. .datepicker, .text {
  641. background-color: white ;
  642. border: solid 1px #e0e0e0 ;
  643. margin-top: 3px ;
  644. width: 100px ;
  645. }
  646. td.center {
  647. text-align: center ;
  648. }
  649. .depasse {
  650. color: #b32815 ;
  651. }
  652. .total strong span {
  653. font-weight: normal ;
  654. font-size: 13px ;
  655. }
  656. .vrac {
  657. display: none ;
  658. }
  659. td.client {
  660. text-align: left ;
  661. padding: 3px ;
  662. .date-commande {
  663. color: gray ;
  664. }
  665. }
  666. }
  667. .table-header-rotated {
  668. border-top: 0px ;
  669. border-left: 0px ;
  670. border-right: 0px ;
  671. width: 100% ;
  672. width: auto ;
  673. .total strong {
  674. border-bottom: solid 1px gray ;
  675. }
  676. }
  677. .table-header-rotated th.row-header{
  678. width: auto;
  679. }
  680. .table-header-rotated td{
  681. width: 40px;
  682. border-top: 1px solid #dddddd;
  683. border-left: 1px solid #dddddd;
  684. border-right: 1px solid #dddddd;
  685. vertical-align: middle;
  686. text-align: center;
  687. }
  688. .table-header-rotated th.rotate-45{
  689. font-weight: normal ;
  690. height: 80px;
  691. width: 40px;
  692. min-width: 40px;
  693. max-width: 40px;
  694. position: relative;
  695. vertical-align: bottom;
  696. padding: 0;
  697. font-size: 14px;
  698. line-height: 1;
  699. border: 0px none;
  700. }
  701. .table-header-rotated th.rotate-45 > div{
  702. background-color: #F5F5F5 ;
  703. position: relative;
  704. top: 0px;
  705. left: 40px; /* 80 * tan(45) / 2 = 40 where 80 is the height on the cell and 45 is the transform angle*/
  706. height: 100%;
  707. -ms-transform:skew(-45deg,0deg);
  708. -moz-transform:skew(-45deg,0deg);
  709. -webkit-transform:skew(-45deg,0deg);
  710. -o-transform:skew(-45deg,0deg);
  711. transform:skew(-45deg,0deg);
  712. overflow: hidden;
  713. border-left: 1px solid #dddddd;
  714. border-right: 1px solid #dddddd;
  715. border-top: 1px solid #dddddd;
  716. }
  717. .table-header-rotated th.rotate-45 span {
  718. -ms-transform:skew(45deg,0deg) rotate(315deg);
  719. -moz-transform:skew(45deg,0deg) rotate(315deg);
  720. -webkit-transform:skew(45deg,0deg) rotate(315deg);
  721. -o-transform:skew(45deg,0deg) rotate(315deg);
  722. transform:skew(45deg,0deg) rotate(315deg);
  723. position: absolute;
  724. bottom: 30px; /* 40 cos(45) = 28 with an additional 2px margin*/
  725. left: -25px; /*Because it looked good, but there is probably a mathematical link here as well*/
  726. display: inline-block;
  727. // width: 100%;
  728. width: 85px; /* 80 / cos(45) - 40 cos (45) = 85 where 80 is the height of the cell, 40 the width of the cell and 45 the transform angle*/
  729. text-align: left;
  730. // white-space: nowrap; /*whether to display in one line or not*/
  731. }
  732. }
  733. #email-masse-form {
  734. #ids-users {
  735. line-height: 30px ;
  736. .label {
  737. text-transform: capitalize ;
  738. }
  739. }
  740. }
  741. .produit-create, .produit-update {
  742. #jours-production {
  743. .form-group {
  744. float: left ;
  745. margin-right: 15px ;
  746. label {
  747. font-weight: normal ;
  748. }
  749. }
  750. }
  751. .field-produit-id_etablissement {
  752. display: none;
  753. }
  754. }
  755. .table-striped > tbody > tr:nth-of-type(2n) {
  756. background-color: white ;
  757. }
  758. .wrap .produit-index {
  759. .td-photo {
  760. max-width: 100px ;
  761. width: 100px ;
  762. }
  763. .photo-produit {
  764. max-width: 100px ;
  765. }
  766. .ui-state-highlight {
  767. height: 75px;
  768. background-color: $color2 ;
  769. }
  770. }
  771. /* communiquer */
  772. .communiquer-mode-emploi {
  773. border: solid 1px #e0e0e0 ;
  774. padding: 10px ;
  775. @include border-radius(10px) ;
  776. margin-bottom: 30px ;
  777. font-family: 'myriadpro-regular' ;
  778. .header {
  779. .logo {
  780. float: left ;
  781. width: 75px ;
  782. padding-right: 20px ;
  783. padding-top: 10px ;
  784. img {
  785. width: 75px ;
  786. }
  787. }
  788. h1 {
  789. font-family: 'comfortaaregular' ;
  790. font-size: 40px ;
  791. margin-top: 0px ;
  792. margin-bottom: 0px ;
  793. font-weight: normal ;
  794. }
  795. h2 {
  796. margin-top: 0px ;
  797. font-family: 'myriadpro-regular' ;
  798. font-size: 20px ;
  799. margin-top: 0px ;
  800. position: relative ;
  801. left: 2px ;
  802. font-weight: normal ;
  803. }
  804. }
  805. h3 {
  806. font-family: 'comfortaalight' ;
  807. font-family: 'myriadpro-regular' ;
  808. font-size: 25px ;
  809. color: $color1 ;
  810. margin-top: 0px ;
  811. margin-bottom: 0px ;
  812. }
  813. }
  814. .communiquer-mode-emploi-encart {
  815. width: 420px ;
  816. margin-top: 20px ;
  817. .header {
  818. .logo {
  819. width: 60px ;
  820. margin-right: 20px ;
  821. padding-top: 5px ;
  822. img {
  823. width: 60px ;
  824. }
  825. }
  826. h1 {
  827. margin-bottom: 3px ;
  828. }
  829. h2 {
  830. }
  831. }
  832. h3 {
  833. margin-top: 15px ;
  834. margin-bottom: 15px ;
  835. }
  836. }
  837. .bloc-mode-emploi-pdf {
  838. width: 49.9% ;
  839. float: left;
  840. border-bottom: dotted 1px gray ;
  841. }
  842. .bloc-mode-emploi-border {
  843. border-right: dotted 1px gray ;
  844. border-bottom: dotted 1px gray ;
  845. }
  846. .communiquer-mode-emploi-pdf {
  847. border: 0px none ;
  848. //border-bottom: dotted 1px gray ;
  849. @include border-radius(0px) ;
  850. margin-bottom: 0px;
  851. padding: 20px 0px 20px 30px ;
  852. .header {
  853. .logo {
  854. float: left ;
  855. width: 55px ;
  856. padding-right: 15px ;
  857. padding-top: 10px ;
  858. img {
  859. width: 55px ;
  860. }
  861. }
  862. h1 {
  863. font-size: 32px ;
  864. }
  865. h2 {
  866. font-size: 16px ;
  867. }
  868. }
  869. h3 {
  870. font-weight: normal ;
  871. }
  872. }
  873. .bloc-mode-emploi-bottom {
  874. border-bottom: 0px none ;
  875. border-bottom: solid 1px white;
  876. }
  877. /* commandes auto */
  878. .commandeauto-form {
  879. #bloc-select-user {
  880. padding-left: 0px ;
  881. }
  882. #or-user {
  883. font-size: 20px ;
  884. text-align: center ;
  885. span {
  886. position: relative ;
  887. top: 24px ;
  888. }
  889. }
  890. .field-commandeautoform-id_etablissement {
  891. display: none ;
  892. }
  893. .jours {
  894. .form-group {
  895. float: left;
  896. margin-right: 20px ;
  897. }
  898. }
  899. .produits {
  900. .table {
  901. width: 500px ;
  902. }
  903. .quantite {
  904. text-align: center ;
  905. }
  906. }
  907. }
  908. /* points de vente */
  909. .point-vente-form {
  910. #pointvente-users {
  911. display: none ;
  912. height: 500px ;
  913. overflow-y: scroll ;
  914. label {
  915. font-weight: normal ;
  916. display: block ;
  917. }
  918. .commentaire {
  919. display: none ;
  920. margin-left: 17px ;
  921. width: 200px ;
  922. }
  923. }
  924. #jours-livraison {
  925. .form-group {
  926. float: left ;
  927. margin-right: 15px ;
  928. label {
  929. font-weight: normal ;
  930. }
  931. }
  932. }
  933. }
  934. /* utilisateurs */
  935. .user-index {
  936. .input-group {
  937. width: 180px ;
  938. .input-credit {
  939. text-align: center ;
  940. }
  941. }
  942. }
  943. /* facturation */
  944. #estimation-facture {
  945. text-align: center ;
  946. margin-bottom: 30px ;
  947. padding-bottom: 20px ;
  948. background-color: #F9F9F9 ;
  949. h2 {
  950. font-family: 'myriadpro-it' ;
  951. }
  952. .montant {
  953. span {
  954. font-size: 25px ;
  955. color: white ;
  956. background-color: $color1 ;
  957. @include border-radius(5px) ;
  958. padding: 3px 10px ;
  959. padding-top: 7px ;
  960. font-family: 'myriadpro-regular' ;
  961. }
  962. }
  963. }