_basededonnees_autres.scss 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. .path-ressources.basededonnees.autres{
  2. .block-config-pages-block{
  3. display: none;
  4. }
  5. //button proposer une ressource
  6. .block-block-content82917d0c-5004-4bfb-af66-ce334782d82d{
  7. visibility: visible !important;
  8. grid-column: 8 / span 9;
  9. margin-top: 4rem;
  10. background-color: $blue-light;
  11. height: fit-content;
  12. width: 60%;
  13. margin-left: 2rem;
  14. grid-row: 2;
  15. .field--name-field-lien{
  16. display: flex;
  17. flex-direction: column;
  18. margin-top: 2rem;
  19. margin-bottom: 2rem;
  20. margin-left: 1.5rem;
  21. margin-right: 1.5rem;
  22. text-align: center;
  23. a{
  24. font-weight: 800;
  25. color: $white;
  26. font-size: 1.3rem;
  27. }
  28. &:after{
  29. margin-left: auto;
  30. padding-top: 1rem;
  31. display: block;
  32. content:url("../images/pictos/noun_Arrow_3771902.svg")
  33. }
  34. }
  35. }
  36. }