|
|
@ -1,7 +1,7 @@ |
|
|
|
.footer_block_container { |
|
|
|
.footer_block_container { |
|
|
|
background: $black; |
|
|
|
background: $black; |
|
|
|
border-bottom: 4px solid #8c2004; |
|
|
|
border-bottom: 4px solid #8c2004; |
|
|
|
padding: $global-padding 0; |
|
|
|
padding: $global-padding 0; |
|
|
|
} |
|
|
|
} |
|
|
|
.region-subfooter { |
|
|
|
.region-subfooter { |
|
|
|
background: darken($black, 10%); |
|
|
|
background: darken($black, 10%); |
|
|
@ -10,7 +10,6 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
.subfooter_block_container { |
|
|
|
.subfooter_block_container { |
|
|
|
.container { |
|
|
|
.container { |
|
|
|
|
|
|
|
|
|
|
|
@include xy-grid-container; |
|
|
|
@include xy-grid-container; |
|
|
|
@include xy-grid; |
|
|
|
@include xy-grid; |
|
|
|
justify-content: space-between; |
|
|
|
justify-content: space-between; |
|
|
@ -31,17 +30,20 @@ footer { |
|
|
|
margin: 0; |
|
|
|
margin: 0; |
|
|
|
} |
|
|
|
} |
|
|
|
.region-footer { |
|
|
|
.region-footer { |
|
|
|
@include xy-grid-container; |
|
|
|
display: block; |
|
|
|
@include xy-grid; |
|
|
|
@include breakpoint(medium) { |
|
|
|
.block { |
|
|
|
@include xy-grid-container; |
|
|
|
@include xy-cell(auto); |
|
|
|
@include xy-grid; |
|
|
|
|
|
|
|
.block { |
|
|
|
|
|
|
|
@include xy-cell(auto); |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
.region-subfooter { |
|
|
|
.region-subfooter { |
|
|
|
@include xy-grid-container; |
|
|
|
@include xy-grid-container; |
|
|
|
//@include xy-grid; |
|
|
|
//@include xy-grid; |
|
|
|
//.block { |
|
|
|
//.block { |
|
|
|
//@include xy-cell(auto); |
|
|
|
//@include xy-cell(auto); |
|
|
|
//} |
|
|
|
//} |
|
|
|
} |
|
|
|
} |
|
|
|
.title { |
|
|
|
.title { |
|
|
@ -72,14 +74,14 @@ footer { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.region-footer .container { |
|
|
|
.region-footer .container { |
|
|
|
@include xy-grid-container; |
|
|
|
//@include xy-grid-container; |
|
|
|
@include xy-grid; |
|
|
|
//@include xy-grid; |
|
|
|
.block { |
|
|
|
//.block { |
|
|
|
@include xy-cell(100%); |
|
|
|
//@include xy-cell(100%); |
|
|
|
@include breakpoint(large) { |
|
|
|
//@include breakpoint(large) { |
|
|
|
@include xy-cell(auto); |
|
|
|
//@include xy-cell(auto); |
|
|
|
} |
|
|
|
//} |
|
|
|
} |
|
|
|
//} |
|
|
|
} |
|
|
|
} |
|
|
|
.region-subfooter .container { |
|
|
|
.region-subfooter .container { |
|
|
|
@include xy-grid; |
|
|
|
@include xy-grid; |
|
|
|