bouton deposer une ressource hidden
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
|
||||
.path-ressources.basededonnees{
|
||||
.layout-content{
|
||||
width: 100vw;
|
||||
@@ -144,38 +145,42 @@
|
||||
|
||||
//button proposer une ressource
|
||||
.block-block-content82917d0c-5004-4bfb-af66-ce334782d82d{
|
||||
// display: none;
|
||||
grid-column: 8 / span 9;
|
||||
margin-top: 4rem;
|
||||
background-color: $blue-light;
|
||||
height: fit-content;
|
||||
width: 60%;
|
||||
margin-left: 2rem;
|
||||
grid-row: 2;
|
||||
visibility: hidden;
|
||||
// grid-column: 8 / span 9;
|
||||
// margin-top: 4rem;
|
||||
// background-color: $blue-light;
|
||||
// height: fit-content;
|
||||
// width: 60%;
|
||||
// margin-left: 2rem;
|
||||
// grid-row: 2;
|
||||
// .display{
|
||||
// display: block;
|
||||
// }
|
||||
|
||||
|
||||
.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")
|
||||
// .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")
|
||||
|
||||
}
|
||||
// }
|
||||
|
||||
}
|
||||
// }
|
||||
|
||||
}
|
||||
// grille des ressources
|
||||
.block-views-blockbase-de-donnees-block-1{
|
||||
|
||||
@@ -0,0 +1,40 @@
|
||||
|
||||
.path-ressources.basededonnees.autres{
|
||||
//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")
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
@@ -30,6 +30,8 @@
|
||||
@import "pages/_faq";
|
||||
@import "pages/_mentions-legales";
|
||||
@import "pages/_basededonnees";
|
||||
@import "pages/_basededonnees_autres";
|
||||
|
||||
@import "pages/_ressource";
|
||||
@import "pages/_offresdeservices";
|
||||
@import "pages/_offre";
|
||||
|
||||
Reference in New Issue
Block a user