Merge branch 'master' of gogs-figureslibres.io:bachir/d9-eql
This commit is contained in:
@@ -148,10 +148,6 @@ a {
|
|||||||
color: white;
|
color: white;
|
||||||
text-decoration: none; }
|
text-decoration: none; }
|
||||||
|
|
||||||
.node-type-static {
|
|
||||||
display: grid;
|
|
||||||
grid-template-columns: 2fr 2fr 2fr 2fr 2fr; }
|
|
||||||
|
|
||||||
.field--type-entity-reference-revisions .paragraph-summary {
|
.field--type-entity-reference-revisions .paragraph-summary {
|
||||||
font-family: "Marianne", sans-serif;
|
font-family: "Marianne", sans-serif;
|
||||||
font-size: 5rem;
|
font-size: 5rem;
|
||||||
@@ -162,6 +158,9 @@ a {
|
|||||||
display: block;
|
display: block;
|
||||||
font-size: 1rem; }
|
font-size: 1rem; }
|
||||||
|
|
||||||
|
.field--type-entity-reference-revisions .paragraph-summary:nth-of-type(2n) {
|
||||||
|
font-size: 2rem; }
|
||||||
|
|
||||||
.contextual-region {
|
.contextual-region {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 10% 2fr 2fr 2fr 2fr 10%;
|
grid-template-columns: 10% 2fr 2fr 2fr 2fr 10%;
|
||||||
@@ -264,10 +263,25 @@ a {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: space-around; }
|
justify-content: space-around; }
|
||||||
#fotter-bottom #block-pieddepage ul {
|
#fotter-bottom .region {
|
||||||
color: #09398b;
|
display: block;
|
||||||
font-weight: 800;
|
padding-left: 1rem;
|
||||||
list-style: none; }
|
border-left: #009ee3 solid 1px;
|
||||||
#fotter-bottom .twitter::before {
|
padding-bottom: 2rem; }
|
||||||
font-family: "Font Awesome 5 Brands";
|
#fotter-bottom .region h2 {
|
||||||
content: "\f099"; }
|
margin-top: 0;
|
||||||
|
color: #09398b; }
|
||||||
|
#fotter-bottom .region img {
|
||||||
|
height: 50px;
|
||||||
|
width: auto; }
|
||||||
|
#fotter-bottom .region-footer-bottom-left {
|
||||||
|
border: none; }
|
||||||
|
#fotter-bottom .region-footer-bottom-left #block-pieddepage ul {
|
||||||
|
margin-top: 0;
|
||||||
|
color: #09398b;
|
||||||
|
font-weight: 800;
|
||||||
|
list-style: none; }
|
||||||
|
#fotter-bottom .region-footer-bottom-left #block-pieddepage ul a {
|
||||||
|
color: #09398b;
|
||||||
|
font-size: 1.5rem;
|
||||||
|
margin-top: 0; }
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
// }
|
// }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.layout-container {
|
.layout-container {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
font-family: $font-family-default;
|
font-family: $font-family-default;
|
||||||
@@ -18,4 +17,5 @@
|
|||||||
|
|
||||||
// .contextual-region .node-type-static {
|
// .contextual-region .node-type-static {
|
||||||
// grid-template-columns: repeat(6 1fr);
|
// grid-template-columns: repeat(6 1fr);
|
||||||
// }
|
// }
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
|
|
||||||
.node-type-static {
|
// .node-type-static {
|
||||||
display: grid;
|
// display: grid;
|
||||||
grid-template-columns: 2fr 2fr 2fr 2fr 2fr;
|
// grid-template-columns: 2fr 2fr 2fr 2fr 2fr;
|
||||||
}
|
// }
|
||||||
|
|
||||||
|
|
||||||
.field--type-entity-reference-revisions{
|
.field--type-entity-reference-revisions{
|
||||||
@@ -12,13 +12,16 @@
|
|||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: $black !important;
|
color: $black !important;
|
||||||
text-transform: capitalize;
|
text-transform: capitalize;
|
||||||
|
|
||||||
|
span:nth-of-type(2n){
|
||||||
span:nth-of-type(2n){
|
|
||||||
display: block;
|
display: block;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.paragraph-summary:nth-of-type(2n) {
|
||||||
|
font-size: 2rem;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.contextual-region{
|
.contextual-region{
|
||||||
|
|||||||
@@ -1,19 +1,49 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
#fotter-bottom{
|
#fotter-bottom{
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
|
|
||||||
|
.region{
|
||||||
|
display: block;
|
||||||
|
padding-left: 1rem;
|
||||||
|
border-left: $blue-light solid 1px;
|
||||||
|
padding-bottom: 2rem;
|
||||||
|
h2{
|
||||||
|
margin-top: 0;
|
||||||
|
color: $blue-dark;
|
||||||
|
}
|
||||||
|
img{
|
||||||
|
height: 50px;
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.region-footer-bottom-left{
|
||||||
|
border: none;
|
||||||
#block-pieddepage ul{
|
#block-pieddepage ul{
|
||||||
|
margin-top: 0;
|
||||||
color: $blue-dark;
|
color: $blue-dark;
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
|
||||||
|
a{
|
||||||
|
color: $blue-dark;
|
||||||
|
font-size: 1.5rem;
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.twitter::before {
|
// .twitter::before {
|
||||||
font-family: "Font Awesome 5 Brands"; content: "\f099";
|
// font-family: "Font Awesome 5 Brands"; content: "\f099";
|
||||||
}
|
// }
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user