|
@@ -148,10 +148,6 @@ a {
|
|
|
color: white;
|
|
|
text-decoration: none; }
|
|
|
|
|
|
-.node-type-static {
|
|
|
- display: grid;
|
|
|
- grid-template-columns: 2fr 2fr 2fr 2fr 2fr; }
|
|
|
-
|
|
|
.field--type-entity-reference-revisions .paragraph-summary {
|
|
|
font-family: "Marianne", sans-serif;
|
|
|
font-size: 5rem;
|
|
@@ -162,6 +158,9 @@ a {
|
|
|
display: block;
|
|
|
font-size: 1rem; }
|
|
|
|
|
|
+.field--type-entity-reference-revisions .paragraph-summary:nth-of-type(2n) {
|
|
|
+ font-size: 2rem; }
|
|
|
+
|
|
|
.contextual-region {
|
|
|
display: grid;
|
|
|
grid-template-columns: 10% 2fr 2fr 2fr 2fr 10%;
|
|
@@ -264,10 +263,25 @@ a {
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
justify-content: space-around; }
|
|
|
- #fotter-bottom #block-pieddepage ul {
|
|
|
- color: #09398b;
|
|
|
- font-weight: 800;
|
|
|
- list-style: none; }
|
|
|
- #fotter-bottom .twitter::before {
|
|
|
- font-family: "Font Awesome 5 Brands";
|
|
|
- content: "\f099"; }
|
|
|
+ #fotter-bottom .region {
|
|
|
+ display: block;
|
|
|
+ padding-left: 1rem;
|
|
|
+ border-left: #009ee3 solid 1px;
|
|
|
+ padding-bottom: 2rem; }
|
|
|
+ #fotter-bottom .region h2 {
|
|
|
+ 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; }
|