|
|
@@ -99,20 +99,26 @@
|
|
99
|
99
|
@import '../sss/variables.sss'
|
|
100
|
100
|
|
|
101
|
101
|
.footer-wrapper
|
|
102
|
|
- > footer
|
|
103
|
|
- width: $max-width
|
|
|
102
|
+ background-color: green
|
|
|
103
|
+ width: 100%
|
|
|
104
|
+ footer
|
|
104
|
105
|
background-color: $cia_red
|
|
105
|
|
- padding: 2em 2em 3em // top leftright bottom
|
|
|
106
|
+ max-width: $max-width
|
|
|
107
|
+ width: 90%
|
|
|
108
|
+ padding: $ms 0
|
|
|
109
|
+ align-items: flex-start
|
|
106
|
110
|
|
|
107
|
111
|
// ALL <ul> tags
|
|
108
|
112
|
ul
|
|
|
113
|
+ background-color: grey
|
|
109
|
114
|
list-style: none
|
|
110
|
115
|
|
|
111
|
116
|
// OUTER <ul> tags
|
|
112
|
117
|
> ul
|
|
113
|
|
- padding: 0 0 1em
|
|
114
|
|
- &.f-row
|
|
115
|
|
- align-items: start
|
|
|
118
|
+ padding: 0 0 1em
|
|
|
119
|
+ background-color: lightgrey
|
|
|
120
|
+ /* &.f-row
|
|
|
121
|
+ align-items: start */
|
|
116
|
122
|
> li
|
|
117
|
123
|
padding: 0 0.5em 0 0
|
|
118
|
124
|
h5
|
|
|
@@ -121,7 +127,7 @@
|
|
121
|
127
|
color: $cia_white
|
|
122
|
128
|
|
|
123
|
129
|
.sub-footer
|
|
124
|
|
- width: $max-width
|
|
|
130
|
+ width: 100%
|
|
125
|
131
|
background-color: $cia_black
|
|
126
|
132
|
padding: 0.5em
|
|
127
|
133
|
text-align: center
|