désactive href type-de-ressource et mot-clefs dans grile ressources
This commit is contained in:
@@ -141,7 +141,8 @@
|
||||
}
|
||||
|
||||
.block-entity-fieldnodefield-images{
|
||||
grid-column: 5 / span 9;
|
||||
grid-column: 5 / span 3;
|
||||
|
||||
img{
|
||||
padding-top: 2rem;
|
||||
width: 600px;
|
||||
@@ -512,6 +513,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
height: 600px;
|
||||
border-bottom: 5px solid $blue-light;
|
||||
background: $background-actus;
|
||||
|
||||
// @media(max-width: 810px){
|
||||
// max-height: fit-content;
|
||||
// }
|
||||
@@ -116,8 +115,6 @@
|
||||
.field--name-field-lieu{
|
||||
display: flex !important;
|
||||
flex-direction: row;
|
||||
div.field__item{
|
||||
}
|
||||
.field__label{
|
||||
display: none;
|
||||
}
|
||||
|
||||
@@ -540,6 +540,7 @@
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
.block-entity-fieldnodefield-ressource-s-liee-s-{
|
||||
|
||||
@@ -193,6 +193,8 @@
|
||||
color: $blue-light;
|
||||
font-weight: 900;
|
||||
font-size: 0.8rem;
|
||||
pointer-events: none;
|
||||
cursor: default;
|
||||
}
|
||||
}
|
||||
.field--name-title{
|
||||
@@ -259,6 +261,8 @@
|
||||
padding-left: 0.1rem;
|
||||
padding-right: 0.1rem;
|
||||
display: inline-flex;
|
||||
pointer-events: none;
|
||||
cursor: default;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user