ajustement design
This commit is contained in:
parent
094fb35c8e
commit
d5b0efa78b
|
@ -377,6 +377,8 @@ header {
|
||||||
width: 80%;
|
width: 80%;
|
||||||
margin-top: 3rem; } }
|
margin-top: 3rem; } }
|
||||||
.layout-sidebar-first .sidebar_first_container {
|
.layout-sidebar-first .sidebar_first_container {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
width: 80%;
|
width: 80%;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
position: -webkit-sticky;
|
position: -webkit-sticky;
|
||||||
|
@ -388,8 +390,10 @@ header {
|
||||||
.layout-sidebar-first .sidebar_first_container {
|
.layout-sidebar-first .sidebar_first_container {
|
||||||
display: none; } }
|
display: none; } }
|
||||||
.layout-sidebar-first .sidebar_first_container #block-quartiers-de-demain-views-block-statics-block-1 {
|
.layout-sidebar-first .sidebar_first_container #block-quartiers-de-demain-views-block-statics-block-1 {
|
||||||
|
order: 1;
|
||||||
text-transform: uppercase; }
|
text-transform: uppercase; }
|
||||||
.layout-sidebar-first .sidebar_first_container #block-quartiers-de-demain-views-block-statics-fields-block-1 {
|
.layout-sidebar-first .sidebar_first_container #block-quartiers-de-demain-views-block-statics-fields-block-1 {
|
||||||
|
order: 2;
|
||||||
border-top: 2px solid #0732c2;
|
border-top: 2px solid #0732c2;
|
||||||
padding-top: 0.3rem; }
|
padding-top: 0.3rem; }
|
||||||
.layout-sidebar-first .sidebar_first_container #block-quartiers-de-demain-views-block-statics-fields-block-1 .views-field-field-pieces-jointes {
|
.layout-sidebar-first .sidebar_first_container #block-quartiers-de-demain-views-block-statics-fields-block-1 .views-field-field-pieces-jointes {
|
||||||
|
@ -616,11 +620,6 @@ header {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(12, 1fr); }
|
grid-template-columns: repeat(12, 1fr); }
|
||||||
#presentation .layout-sidebar-first {
|
|
||||||
position: relative; }
|
|
||||||
#presentation .layout-sidebar-first .sidebar_first_container {
|
|
||||||
position: sticky;
|
|
||||||
position: -webkit-sticky; }
|
|
||||||
#presentation .layout-content {
|
#presentation .layout-content {
|
||||||
grid-row: 1;
|
grid-row: 1;
|
||||||
order: 2;
|
order: 2;
|
||||||
|
@ -735,7 +734,8 @@ header {
|
||||||
padding-right: 0.5rem; }
|
padding-right: 0.5rem; }
|
||||||
#presentation .layout-content .content_container article.node-type-static .field_field_textes .field_field_picto img {
|
#presentation .layout-content .content_container article.node-type-static .field_field_textes .field_field_picto img {
|
||||||
width: 40px;
|
width: 40px;
|
||||||
height: auto; }
|
height: auto;
|
||||||
|
margin: auto; }
|
||||||
@media (max-width: 891px) {
|
@media (max-width: 891px) {
|
||||||
#presentation .layout-content .content_container article.node-type-static .field_field_textes .field_field_picto img {
|
#presentation .layout-content .content_container article.node-type-static .field_field_textes .field_field_picto img {
|
||||||
width: 30px; } }
|
width: 30px; } }
|
||||||
|
|
|
@ -4,13 +4,7 @@
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(12, 1fr);
|
grid-template-columns: repeat(12, 1fr);
|
||||||
// grid-gap: 10px;
|
// grid-gap: 10px;
|
||||||
.layout-sidebar-first{
|
|
||||||
position: relative;
|
|
||||||
.sidebar_first_container{
|
|
||||||
position: sticky;
|
|
||||||
position: -webkit-sticky;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.layout-content{
|
.layout-content{
|
||||||
// grid-column: 3 / 11;
|
// grid-column: 3 / 11;
|
||||||
grid-row: 1;
|
grid-row: 1;
|
||||||
|
@ -168,6 +162,7 @@
|
||||||
img{
|
img{
|
||||||
width: 40px;
|
width: 40px;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
margin: auto;
|
||||||
@media(max-width: 891px){
|
@media(max-width: 891px){
|
||||||
width: 30px;
|
width: 30px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -16,6 +16,8 @@
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
}
|
}
|
||||||
.sidebar_first_container{
|
.sidebar_first_container{
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
width: 80%;
|
width: 80%;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
position: -webkit-sticky;
|
position: -webkit-sticky;
|
||||||
|
@ -29,9 +31,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#block-quartiers-de-demain-views-block-statics-block-1{
|
#block-quartiers-de-demain-views-block-statics-block-1{
|
||||||
|
order: 1;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
#block-quartiers-de-demain-views-block-statics-fields-block-1{
|
#block-quartiers-de-demain-views-block-statics-fields-block-1{
|
||||||
|
order: 2;
|
||||||
border-top: 2px solid $blue_QDD;
|
border-top: 2px solid $blue_QDD;
|
||||||
padding-top: 0.3rem;
|
padding-top: 0.3rem;
|
||||||
.views-field-field-pieces-jointes{
|
.views-field-field-pieces-jointes{
|
||||||
|
|
|
@ -52,7 +52,6 @@
|
||||||
<div{{ attributes.addClass(classes).setAttribute('id', 'paragraph-id--' ~ paragraph.id()) }}>
|
<div{{ attributes.addClass(classes).setAttribute('id', 'paragraph-id--' ~ paragraph.id()) }}>
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
{{ content }}
|
{{ content }}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue