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.

173 lines
2.7KB

  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. .clr {
  7. clear: both ;
  8. }
  9. .nav-header {
  10. .retour-site {
  11. //color: #9d9d9d ;
  12. border-left : solid 1px #9d9d9d ;
  13. //@include border-radius(5px) ;
  14. padding: 10px 15px ;
  15. }
  16. }
  17. .table {
  18. thead {
  19. th.actions {
  20. width: 220px ;
  21. }
  22. th.order {
  23. width: 58px ;
  24. }
  25. th.actif {
  26. width: 75px ;
  27. text-align: center;
  28. }
  29. }
  30. tbody {
  31. td.center {
  32. text-align: center ;
  33. }
  34. }
  35. }
  36. #page-commande {
  37. h1 {
  38. .btn-group {
  39. float: right ;
  40. }
  41. }
  42. #jours-production {
  43. display: none ;
  44. }
  45. #calendar {
  46. .fc-header-title {
  47. margin-left: 10px ;
  48. }
  49. $back-day-with-event: lighten(#FDD44B,13) ;
  50. //$back-day-with-event: #FDD44B ;
  51. .dayWithEvent {
  52. background-color: $back-day-with-event ;
  53. cursor: pointer;
  54. }
  55. .fc-event-container {display: none;}
  56. .fc-today {
  57. border-bottom: solid 1px #C9302C ;
  58. background-color: white ;
  59. &.dayWithEvent {
  60. background-color: $back-day-with-event ;
  61. }
  62. }
  63. .fc-day {
  64. cursor: pointer ;
  65. text-align: center ;
  66. &:hover {
  67. @include box-shadow(0px 0px 2px black inset) ;
  68. }
  69. }
  70. .current-date {
  71. @include box-shadow(0px 0px 2px black inset) ;
  72. }
  73. .fc-day-number {
  74. float: none ;
  75. padding-top: 2px ;
  76. }
  77. }
  78. #produits-production {
  79. input.quantite-max {
  80. background-color: white;
  81. border: 1px solid #e0e0e0;
  82. text-align: center;
  83. width: 50px;
  84. }
  85. }
  86. .form-commandes-point-vente {
  87. margin-top: 20px ;
  88. .title-point-vente {
  89. background-color: lighten(#fdd44b, 30) ;
  90. border-left: solid 3px #fdd44b ;
  91. font-weight: bold ;
  92. }
  93. input.quantite {
  94. width: 50px ;
  95. background-color: white ;
  96. border: solid 1px #e0e0e0 ;
  97. text-align: center ;
  98. }
  99. .td-produit {
  100. text-align: center ;
  101. }
  102. .submit-pv {
  103. float: right ;
  104. }
  105. .select-user {
  106. background-color: #F9F9F9 ;
  107. border: solid 1px #e0e0e0 ;
  108. }
  109. .date-commande {
  110. font-size: 12px ;
  111. }
  112. .datepicker, .text {
  113. background-color: white ;
  114. border: solid 1px #e0e0e0 ;
  115. margin-top: 3px ;
  116. width: 100px ;
  117. }
  118. td.center {
  119. text-align: center ;
  120. }
  121. .depasse {
  122. color: #b32815 ;
  123. }
  124. .total strong span {
  125. font-weight: normal ;
  126. font-size: 13px ;
  127. }
  128. .vrac {
  129. display: none ;
  130. }
  131. }
  132. }
  133. #email-masse-form {
  134. #ids-users {
  135. line-height: 30px ;
  136. .label {
  137. text-transform: capitalize ;
  138. }
  139. }
  140. }