fix margin static page
This commit is contained in:
@@ -218,6 +218,7 @@ a {
|
|||||||
text-decoration: underline; }
|
text-decoration: underline; }
|
||||||
|
|
||||||
.path-node.page-node-type-static .layout-container .layout-content .layout__region--second .block-entity-fieldnodefield-textes {
|
.path-node.page-node-type-static .layout-container .layout-content .layout__region--second .block-entity-fieldnodefield-textes {
|
||||||
|
margin-top: 1rem;
|
||||||
background-color: white; }
|
background-color: white; }
|
||||||
.path-node.page-node-type-static .layout-container .layout-content .layout__region--second .block-entity-fieldnodefield-textes .field--name-field-titre {
|
.path-node.page-node-type-static .layout-container .layout-content .layout__region--second .block-entity-fieldnodefield-textes .field--name-field-titre {
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
@@ -238,6 +239,7 @@ a {
|
|||||||
margin-top: 0; }
|
margin-top: 0; }
|
||||||
|
|
||||||
.path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third {
|
.path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third {
|
||||||
|
margin-top: 1rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
width: 70%; }
|
width: 70%; }
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
global-css:
|
global-css:
|
||||||
css:
|
css:
|
||||||
theme:
|
theme:
|
||||||
css-compiled/styles.css: {}
|
css-compiled/prefixed/styles.css: {}
|
||||||
global-js:
|
global-js:
|
||||||
js:
|
js:
|
||||||
scripts/main.js: {}
|
scripts/main.js: {}
|
||||||
|
|||||||
@@ -65,7 +65,7 @@
|
|||||||
|
|
||||||
.layout__region--second{ // paragraphe texte
|
.layout__region--second{ // paragraphe texte
|
||||||
.block-entity-fieldnodefield-textes{
|
.block-entity-fieldnodefield-textes{
|
||||||
|
margin-top: 1rem;
|
||||||
background-color: $white;
|
background-color: $white;
|
||||||
.field--name-field-titre{
|
.field--name-field-titre{
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
@@ -96,6 +96,7 @@
|
|||||||
|
|
||||||
.layout__region--third{ // colone de droite fichiers et ressources liées
|
.layout__region--third{ // colone de droite fichiers et ressources liées
|
||||||
.block-region-third{
|
.block-region-third{
|
||||||
|
margin-top: 1rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
width: 70%;
|
width: 70%;
|
||||||
|
|||||||
Reference in New Issue
Block a user