1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
-
- .path-ressources.basededonnees.autres{
- .block-config-pages-block{
- display: none;
- }
- //button proposer une ressource
- .block-block-content82917d0c-5004-4bfb-af66-ce334782d82d{
- visibility: visible !important;
- grid-column: 8 / span 9;
- margin-top: 4rem;
- background-color: $blue-light;
- height: fit-content;
- width: 60%;
- margin-left: 2rem;
- grid-row: 2;
-
-
- .field--name-field-lien{
- display: flex;
- flex-direction: column;
- margin-top: 2rem;
- margin-bottom: 2rem;
- margin-left: 1.5rem;
- margin-right: 1.5rem;
- text-align: center;
- a{
- font-weight: 800;
- color: $white;
- font-size: 1.3rem;
- }
- &:after{
- margin-left: auto;
- padding-top: 1rem;
- display: block;
- content:url("../images/pictos/noun_Arrow_3771902.svg")
-
- }
- }
-
- }
- }
|