This commit is contained in:
2021-11-16 17:28:46 +01:00
parent 51f6ae5c66
commit a7efe7a0cb
4 changed files with 71 additions and 24 deletions
@@ -4,7 +4,6 @@
// }
.layout-container {
position: absolute;
font-family: $font-family-default;
@@ -18,4 +17,5 @@
// .contextual-region .node-type-static {
// grid-template-columns: repeat(6 1fr);
// }
// }
+11 -8
View File
@@ -1,8 +1,8 @@
.node-type-static {
display: grid;
grid-template-columns: 2fr 2fr 2fr 2fr 2fr;
}
// .node-type-static {
// display: grid;
// grid-template-columns: 2fr 2fr 2fr 2fr 2fr;
// }
.field--type-entity-reference-revisions{
@@ -12,13 +12,16 @@
font-weight: 600;
color: $black !important;
text-transform: capitalize;
span:nth-of-type(2n){
span:nth-of-type(2n){
display: block;
font-size: 1rem;
}
}
}
.paragraph-summary:nth-of-type(2n) {
font-size: 2rem;
}
}
.contextual-region{
@@ -1,19 +1,49 @@
#fotter-bottom{
display: flex;
flex-direction: row;
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{
margin-top: 0;
color: $blue-dark;
font-weight: 800;
list-style: none;
a{
color: $blue-dark;
font-size: 1.5rem;
margin-top: 0;
}
}
}
.twitter::before {
font-family: "Font Awesome 5 Brands"; content: "\f099";
}
// .twitter::before {
// font-family: "Font Awesome 5 Brands"; content: "\f099";
// }
}