|
@@ -406,16 +406,14 @@ table,
|
|
|
// Footer
|
|
|
#colophon {
|
|
|
flex-direction: column;
|
|
|
- padding-bottom: #{5 + map-deep-get($config-global, "spacing", "vertical")};
|
|
|
+ padding-bottom: #{map-deep-get($config-global, "spacing", "vertical")};
|
|
|
|
|
|
.site-info {
|
|
|
background: #{map-deep-get($config-global, "color", "foreground", "default")};
|
|
|
border-bottom: 5px solid #{map-deep-get($config-global, "color", "primary", "default")};
|
|
|
border-top: 5px solid #{map-deep-get($config-global, "color", "primary", "default")};
|
|
|
font-weight: 900;
|
|
|
- min-height: #{110 - map-deep-get($config-global, "spacing", "vertical")};
|
|
|
padding: #{map-deep-get($config-global, "spacing", "vertical")} #{map-deep-get($config-global, "spacing", "horizontal")};
|
|
|
- position: relative;
|
|
|
@extend %responsive-width-full;
|
|
|
|
|
|
@include media(tablet) {
|
|
@@ -429,36 +427,6 @@ table,
|
|
|
.site-name {
|
|
|
font-weight: inherit;
|
|
|
}
|
|
|
-
|
|
|
- & > * {
|
|
|
- position: relative;
|
|
|
- }
|
|
|
-
|
|
|
- &:before,
|
|
|
- &:after {
|
|
|
- background: #{map-deep-get($config-global, "color", "foreground", "default")};
|
|
|
- border-bottom-left-radius: 200px;
|
|
|
- border-bottom-right-radius: 200px;
|
|
|
- content: "";
|
|
|
- display: block;
|
|
|
- height: 100px;
|
|
|
- left: 50%;
|
|
|
- margin-left: -100px;
|
|
|
- position: absolute;
|
|
|
- bottom: -#{map-deep-get($config-global, "spacing", "vertical")};
|
|
|
- width: 200px;
|
|
|
- }
|
|
|
-
|
|
|
- &:after {
|
|
|
- background: #{map-deep-get($config-global, "color", "primary", "default")};
|
|
|
- border-bottom-left-radius: 210px;
|
|
|
- border-bottom-right-radius: 210px;
|
|
|
- height: 110px;
|
|
|
- margin-left: -105px;
|
|
|
- transform: translateY(5px);
|
|
|
- width: 210px;
|
|
|
- z-index: -1;
|
|
|
- }
|
|
|
}
|
|
|
|
|
|
.footer-navigation {
|
|
@@ -467,10 +435,8 @@ table,
|
|
|
display: block;
|
|
|
margin-bottom: 0;
|
|
|
padding: #{0.5 * map-deep-get($config-global, "spacing", "vertical")} #{map-deep-get($config-global, "spacing", "horizontal")};
|
|
|
- position: relative;
|
|
|
text-align: center;
|
|
|
text-transform: uppercase;
|
|
|
- z-index: 1;
|
|
|
|
|
|
@extend %responsive-width-full;
|
|
|
|
|
@@ -490,7 +456,6 @@ table,
|
|
|
& + .site-info {
|
|
|
border-top: 0;
|
|
|
margin-top: 0;
|
|
|
- min-height: 0;
|
|
|
padding: 0 #{map-deep-get($config-global, "spacing", "horizontal")} #{0.666 * map-deep-get($config-global, "spacing", "vertical")};
|
|
|
}
|
|
|
|