paddings
This commit is contained in:
+7
-1
@@ -5566,6 +5566,9 @@ svg.ext {
|
|||||||
padding-bottom: 1rem;
|
padding-bottom: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.path-ressources .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .layout__region--content .block-region-content .block-views-blockbase-de-donnees-block-1 .view-base-de-donnees .view-filters form .form-item-field-type-de-media-target-id {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
.path-ressources .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .layout__region--content .block-region-content .block-views-blockbase-de-donnees-block-1 .view-base-de-donnees .view-filters form .form-item {
|
.path-ressources .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .layout__region--content .block-region-content .block-views-blockbase-de-donnees-block-1 .view-base-de-donnees .view-filters form .form-item {
|
||||||
font-size: 0.6rem;
|
font-size: 0.6rem;
|
||||||
}
|
}
|
||||||
@@ -6599,6 +6602,8 @@ html.js body.node-type-actualite.node-id-88.path-node.page-node-type-actualite d
|
|||||||
}
|
}
|
||||||
#views-exposed-form-base-de-donnees-block-1 .js-form-item {
|
#views-exposed-form-base-de-donnees-block-1 .js-form-item {
|
||||||
margin-right: 0 !important;
|
margin-right: 0 !important;
|
||||||
|
margin-bottom: 0.5rem !important;
|
||||||
|
padding: 0.2rem !important;
|
||||||
}
|
}
|
||||||
#views-exposed-form-base-de-donnees-block-1 .js-form-item input,
|
#views-exposed-form-base-de-donnees-block-1 .js-form-item input,
|
||||||
#views-exposed-form-base-de-donnees-block-1 .js-form-item select {
|
#views-exposed-form-base-de-donnees-block-1 .js-form-item select {
|
||||||
@@ -6741,7 +6746,8 @@ article.node-type-ressource.type-publications-issues-du-programme-eqld .wrapper-
|
|||||||
font-size: 1.3rem;
|
font-size: 1.3rem;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
article.node-type-ressource.type-publications-issues-du-programme-eqld .wrapper-ressource .field--name-field-sous-titre a {
|
article.node-type-ressource.type-publications-issues-du-programme-eqld .wrapper-ressource .field--name-field-sous-titre a,
|
||||||
|
article.node-type-ressource.type-publications-issues-du-programme-eqld .wrapper-ressource .field--name-field-sous-titre a:visited {
|
||||||
grid-row: 4;
|
grid-row: 4;
|
||||||
color: rgb(0, 158, 227);
|
color: rgb(0, 158, 227);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
|
|||||||
@@ -342,6 +342,9 @@
|
|||||||
padding-bottom: 1rem;
|
padding-bottom: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.form-item-field-type-de-media-target-id{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
.form-item{
|
.form-item{
|
||||||
font-size: 0.6rem;
|
font-size: 0.6rem;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -13,6 +13,8 @@
|
|||||||
.js-form-item{
|
.js-form-item{
|
||||||
// flex-direction: column !important;
|
// flex-direction: column !important;
|
||||||
margin-right: 0 !important;
|
margin-right: 0 !important;
|
||||||
|
margin-bottom: 0.5rem !important;
|
||||||
|
padding: 0.2rem !important;
|
||||||
input,
|
input,
|
||||||
select{
|
select{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
@@ -53,7 +53,8 @@ article.node-type-ressource{
|
|||||||
|
|
||||||
}
|
}
|
||||||
.field--name-field-sous-titre{
|
.field--name-field-sous-titre{
|
||||||
a{
|
a,
|
||||||
|
a:visited{
|
||||||
grid-row: 4;
|
grid-row: 4;
|
||||||
color: $blue-light;
|
color: $blue-light;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user