cursor question faq

This commit is contained in:
2022-01-27 15:54:13 +01:00
parent a6e63fe4fc
commit 65f3ad0849
2 changed files with 14 additions and 10 deletions
@@ -1343,6 +1343,8 @@ a {
padding-bottom: 1rem; } } padding-bottom: 1rem; } }
.path-faq #block-contenudelapageprincipale .block-region-content .block-views-blockfaq-block-1 div:first-child .node-type-question_reponse .field--name-title { .path-faq #block-contenudelapageprincipale .block-region-content .block-views-blockfaq-block-1 div:first-child .node-type-question_reponse .field--name-title {
display: none; } display: none; }
.path-faq #block-contenudelapageprincipale .block-region-content .block-views-blockfaq-block-1 div:first-child .node-type-question_reponse .field--name-field-question {
cursor: pointer; }
.path-faq #block-contenudelapageprincipale .block-region-content .block-views-blockfaq-block-1 div:first-child .node-type-question_reponse .field--name-field-question p { .path-faq #block-contenudelapageprincipale .block-region-content .block-views-blockfaq-block-1 div:first-child .node-type-question_reponse .field--name-field-question p {
font-family: 'Source Code Pro'; font-family: 'Source Code Pro';
font-weight: 500; font-weight: 500;
@@ -48,6 +48,7 @@
padding: 1rem; padding: 1rem;
background-color: $blue-light; background-color: $blue-light;
.field--name-field-lien{ .field--name-field-lien{
&:before{ &:before{
margin-top: 1rem; margin-top: 1rem;
@@ -128,6 +129,7 @@
} }
.field--name-field-question{ .field--name-field-question{
cursor: pointer;
p{ p{
font-family: 'Source Code Pro' ; font-family: 'Source Code Pro' ;
font-weight: 500 ; font-weight: 500 ;