|
|
@@ -1,5 +1,5 @@
|
|
1
|
1
|
<template lang="pug">
|
|
2
|
|
-.footer-wrapper.f-col.t-up.t-sans
|
|
|
2
|
+.footer-wrapper.f-col.between.t-up.t-sans
|
|
3
|
3
|
footer.f-row
|
|
4
|
4
|
//- address contact
|
|
5
|
5
|
ul
|
|
|
@@ -100,9 +100,9 @@
|
|
100
|
100
|
@import '../sss/variables.sss'
|
|
101
|
101
|
|
|
102
|
102
|
footer
|
|
|
103
|
+ width: $max-width
|
|
103
|
104
|
background-color: $cia_red
|
|
104
|
105
|
border-color: $cia_white
|
|
105
|
|
- border-style: dotted
|
|
106
|
106
|
padding: 2em 2em 3em // top leftright bottom
|
|
107
|
107
|
overflow: hidden
|
|
108
|
108
|
flex-direction: column
|
|
|
@@ -123,12 +123,14 @@ footer
|
|
123
|
123
|
.sub-footer
|
|
124
|
124
|
width: $max-width
|
|
125
|
125
|
background-color: $cia_black
|
|
|
126
|
+ border-color: $cia_white
|
|
126
|
127
|
padding: 0.5em
|
|
127
|
|
- font-size: 0.8em
|
|
128
|
128
|
ul
|
|
129
|
129
|
list-style: none
|
|
130
|
|
- p
|
|
131
|
|
- text-align: center
|
|
132
|
|
- color: $cia_grey
|
|
|
130
|
+ li
|
|
|
131
|
+ p
|
|
|
132
|
+ font-size: 0.8em
|
|
|
133
|
+ text-align: center
|
|
|
134
|
+ color: $cia_grey
|
|
133
|
135
|
|
|
134
|
136
|
</style>
|