_page-mon-espace-de-travail.scss 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. %hoveryellow{
  2. :hover{
  3. background-color: $yellow-puca;
  4. }
  5. }
  6. .page-mon-espace-de-travail{
  7. .layout-content{
  8. padding-bottom: 3rem;
  9. #block-reha-titredepage{
  10. text-align: center;
  11. }
  12. width: 80%;
  13. margin-left: 8%;
  14. .field--type-file{
  15. background-color: transparent;
  16. border: none;
  17. }
  18. .js-form-type-textfield{
  19. flex-direction: row;
  20. label{margin-right: 1rem;}
  21. align-content: center;
  22. }
  23. }
  24. .description{
  25. font-style: italic;
  26. text-transform: none;
  27. }
  28. .paragraph-top{
  29. .paragraph-type{
  30. display: none;
  31. }
  32. }
  33. summary{
  34. text-transform: none;
  35. }
  36. #edit-field-dossier-de-pilotage-wrapper,
  37. #edit-field-dossier-evenement-wrapper{
  38. border-top: solid 1px black;
  39. margin-top: 2rem;
  40. h4{
  41. margin: 0;
  42. margin-top: 2rem;
  43. padding-left: 0;
  44. }
  45. #field-dossier-values--2{
  46. padding-left: 4rem;
  47. // border-left: solid black 1px;
  48. }
  49. .field-multiple-drag{
  50. border-left: solid black 1px;
  51. }
  52. }
  53. #edit-field-dossier-de-pilotage-0-subform-field-fichiers-table{
  54. display: none;
  55. }
  56. .paragraph-type--dossier{
  57. background-color: white;
  58. h4{
  59. display: none;
  60. }
  61. }
  62. }
  63. // #edit-field-dossier-de-pilotage-wrapper
  64. .field--name-field-dossier-de-pilotage h4{
  65. ::after{
  66. content: "";
  67. border-top: solid 1px black;
  68. }
  69. }