_proposer-une-operation.scss 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. #block-reha-contenudelapageprincipale{
  2. #node-operation-form{
  3. width: 70%;
  4. #edit-field-fiche-candidature-wrapper{
  5. background-color: rgba(153, 147, 174, 0) !important;
  6. border: none;
  7. padding: 0;
  8. label{
  9. order: 1;
  10. font-weight: 800;
  11. }
  12. .description{
  13. text-transform: lowercase;
  14. order: 2;
  15. font-style: italic;
  16. // font-weight: 800;
  17. }
  18. .form-managed-file{
  19. // background-color: white;
  20. @extend %buttonwithborder;
  21. order: 3;
  22. margin-top: 1rem;
  23. }
  24. }
  25. #edit-field-dossier-de-candidature-wrapper{
  26. background-color: rgba(153, 147, 174, 0) !important;
  27. border: none;
  28. padding: 0;
  29. margin-top: 1rem;
  30. // width: 40%;
  31. label{
  32. order: 1;
  33. font-weight: 800;
  34. }
  35. .description{
  36. text-transform: lowercase;
  37. order: 2;
  38. font-style: italic;
  39. // font-weight: 800;
  40. }
  41. .form-managed-file{
  42. // background-color: white;
  43. @extend %buttonwithborder;
  44. order: 3;
  45. margin-top: 1rem;
  46. }
  47. }
  48. label{
  49. font-weight: 800;
  50. }
  51. .form-wrapper{
  52. margin-bottom: 1rem;
  53. margin-top: 1rem;
  54. }
  55. #edit-field-commentaire-0-value{
  56. width: 80%;
  57. }
  58. #edit-field-adresse-0-address-container2{
  59. display: flex;
  60. flex-direction: row;
  61. width: 100%;
  62. .form-item{
  63. display: flex;
  64. flex-direction: row;
  65. }
  66. }
  67. .form-item{
  68. display: flex;
  69. flex-direction: column;
  70. }
  71. #edit-field-commentaire-wrapper{
  72. margin-bottom: 2rem;
  73. }
  74. .counter{
  75. font-style: italic;
  76. }
  77. }
  78. }
  79. html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div.layout-container main div.layout-content div.region.region-content div#block-reha-contenudelapageprincipale.block.block-system.block-system-main-block form#node-operation-edit-form.node-operation-edit-form.node-form div.js-form-item.form-item.js-form-type-vertical-tabs.form-item-.js-form-item-.form-no-label{
  80. display: none;
  81. }