retouche design pavé ressources + enlève video dans template block
This commit is contained in:
@@ -1555,7 +1555,7 @@ a {
|
||||
margin-top: 3rem; }
|
||||
.path-ressources.basededonnees .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-views-blockbase-de-donnees-block-1 .view-content .views-row {
|
||||
width: 49%;
|
||||
min-height: 300px;
|
||||
min-height: 250px;
|
||||
border: 2px solid #009ee3;
|
||||
background-color: white;
|
||||
margin-bottom: 1rem; }
|
||||
@@ -1604,9 +1604,10 @@ a {
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap; }
|
||||
.path-ressources.basededonnees .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-views-blockbase-de-donnees-block-1 .view-content .node-type-ressource .field--name-field-mots-clefs .field__item {
|
||||
margin-right: 1rem;
|
||||
margin-right: 0.5rem;
|
||||
padding-left: 0.3rem;
|
||||
padding-right: 0.3rem; }
|
||||
padding-right: 0.3rem;
|
||||
font-size: 0.8rem; }
|
||||
.path-ressources.basededonnees .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-views-blockbase-de-donnees-block-1 .view-content .node-type-ressource .field--name-field-mots-clefs .field__item a {
|
||||
background: #09398b;
|
||||
color: white;
|
||||
@@ -1951,8 +1952,8 @@ a {
|
||||
grid-row: 1;
|
||||
margin-bottom: 1rem;
|
||||
text-transform: uppercase;
|
||||
font-weight: 800;
|
||||
font-size: 00.8rem; }
|
||||
font-weight: 900;
|
||||
font-size: 0.8rem; }
|
||||
.offresdeservices .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-views-blockoffres-de--block-1 .view-content .views-row .node-type-offre_de_service div:first-of-type .field--name-field-photo {
|
||||
grid-column: 1;
|
||||
grid-row: 2 / span 6;
|
||||
|
||||
@@ -213,7 +213,7 @@
|
||||
width: 49%;
|
||||
// padding: 1rem;
|
||||
// width: 50%;
|
||||
min-height: 300px;
|
||||
min-height: 250px;
|
||||
border: 2px solid $blue-light;
|
||||
background-color: $white;
|
||||
margin-bottom: 1rem;
|
||||
@@ -310,9 +310,10 @@
|
||||
// }
|
||||
.field__item{
|
||||
|
||||
margin-right: 1rem;
|
||||
margin-right: 0.5rem;
|
||||
padding-left: 0.3rem;
|
||||
padding-right: 0.3rem;
|
||||
font-size: 0.8rem;
|
||||
|
||||
a{
|
||||
background: $blue-dark;
|
||||
|
||||
@@ -159,8 +159,8 @@
|
||||
grid-row: 1;
|
||||
margin-bottom: 1rem;
|
||||
text-transform: uppercase;
|
||||
font-weight: 800;
|
||||
font-size: 00.8rem;
|
||||
font-weight: 900;
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
.field--name-field-photo{
|
||||
grid-column: 1;
|
||||
|
||||
@@ -35,9 +35,9 @@
|
||||
<div{{ attributes.addClass(classes) }}>
|
||||
{{ title_prefix }}
|
||||
{% if label %}
|
||||
<video autoplay muted loop id="myVideo">
|
||||
{# <video autoplay muted loop id="myVideo">
|
||||
<source src="rain.mp4" type="video/mp4">
|
||||
</video>
|
||||
</video> #}
|
||||
<span><h2{{ title_attributes }}>{{ label }}</h2></span>
|
||||
{% endif %}
|
||||
{{ title_suffix }}
|
||||
|
||||
Reference in New Issue
Block a user