_basededonnees_autres.scss 1.0 KB

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