page-mon-espace-de-travail.scss 371 B

12345678910111213141516
  1. .page-mon-espace-de-travail{
  2. .layout-content{
  3. width: 50%;
  4. margin-left: 8%;
  5. .field--type-file{
  6. background-color: transparent;
  7. border: none;
  8. }
  9. .js-form-type-textfield{
  10. flex-direction: row;
  11. label{margin-right: 1rem;}
  12. align-content: center;
  13. }
  14. }
  15. }