您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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