File tree 2 files changed +33
-33
lines changed
2 files changed +33
-33
lines changed Original file line number Diff line number Diff line change 33
33
{% endif %}
34
34
</ ul >
35
35
</ div >
36
-
36
+
37
37
< hr >
38
38
< p > OpenBudget.eu has received funding from the European Union’s < a href ="https://ec.europa.eu/programmes/horizon2020/ "> H2020 EU research and innovation programme</ a > under grant agreement < a href ="http://cordis.europa.eu/project/rcn/194394_en.html "> No 645833</ a > .</ p >
39
39
</ div >
Original file line number Diff line number Diff line change 13
13
position :relative ;
14
14
z-index :99 ;
15
15
color :$footer-color ;
16
-
16
+
17
17
.wrapper {
18
18
padding : $base-spacing ;
19
19
@include clearfix ;
@@ -22,21 +22,21 @@ html {
22
22
margin-right : 1em ;
23
23
margin-bottom : 1em ;
24
24
margin-top :-4px ;
25
-
25
+
26
26
@include media ($large-screen ) {
27
27
float : left ;
28
28
margin-bottom : 0 ;
29
29
}
30
-
30
+
31
31
img {
32
- opacity : .7 ;
32
+ opacity : .7 ;
33
33
}
34
34
}
35
-
35
+
36
36
.footer-logo img {
37
37
height : 2em ;
38
- }
39
-
38
+ }
39
+
40
40
ul {
41
41
margin-bottom : 1em ;
42
42
@include media ($large-screen ) {
@@ -45,119 +45,119 @@ html {
45
45
margin-bottom : 0 ;
46
46
}
47
47
}
48
-
48
+
49
49
ul li {
50
50
padding-right : 1em ;
51
-
51
+
52
52
@include media ($large-screen ) {
53
53
display : inline ;
54
54
text-align : left ;
55
55
}
56
56
}
57
-
57
+
58
58
a {
59
59
color : $footer-link-color ;
60
-
60
+
61
61
& :hover {
62
62
color : transparentize ($footer-color , 0 );
63
63
}
64
-
64
+
65
65
& [rel ~= " external" ]:after {
66
66
display :none ;
67
67
}
68
68
}
69
-
69
+
70
70
svg {
71
71
fill : currentColor ;
72
72
}
73
-
73
+
74
74
.footer-primary-links {
75
75
display :none ;
76
76
}
77
-
77
+
78
78
.footer-secondary-links {
79
79
@include media ($large-screen ) {
80
80
float : right ;
81
81
}
82
-
82
+
83
83
li {
84
84
font-size : .8em ;
85
85
font-weight : 400 ;
86
86
}
87
-
87
+
88
88
ul .footer-social {
89
89
margin-top : 1em ;
90
-
90
+
91
91
@include media ($large-screen ) {
92
92
float : right ;
93
93
margin-top : 0 ;
94
94
}
95
-
95
+
96
96
li {
97
97
float : left ;
98
98
font-size : 1em ;
99
99
padding-right : .45em ;
100
-
100
+
101
101
& :last-child {
102
102
padding-right : 0 ;
103
103
}
104
-
104
+
105
105
a {
106
106
$icon-size : 1.8em ;
107
-
107
+
108
108
@include hide-text ;
109
109
background-image : url (../img/cd-socials.svg );
110
110
background-size : auto ($icon-size * 2 );
111
111
width : $icon-size ;
112
112
height : $icon-size ;
113
113
display : block ;
114
114
opacity : .7 ;
115
-
115
+
116
116
& .facebook {
117
117
background-position : - (1.8em * 2 ) -1.8em ;
118
118
}
119
-
119
+
120
120
& .twitter {
121
121
background-position : 0 -1.8em ;
122
122
}
123
-
123
+
124
124
& .github {
125
125
background-position : - 1.8em -1.8em ;
126
126
}
127
-
127
+
128
128
& :hover {
129
129
opacity : 1 ;
130
130
}
131
131
}
132
132
}
133
-
133
+
134
134
img {
135
135
opacity : .7 ;
136
136
height : 1.6em ;
137
137
padding : 1px ;
138
-
138
+
139
139
& :hover {
140
140
opacity : 1 ;
141
141
}
142
142
}
143
143
}
144
144
}
145
145
}
146
-
146
+
147
147
hr {
148
148
@include span-columns (12 );
149
149
border-color :$footer-disclaimer-color ;
150
150
}
151
-
151
+
152
152
p {
153
153
@include span-columns (12 );
154
154
font-size :rem (12 );
155
155
color :$footer-disclaimer-color ;
156
156
}
157
-
157
+
158
158
.attribution {
159
159
display :none ;
160
-
160
+
161
161
@include media ($large-screen ) {
162
162
display :inline ;
163
163
}
You can’t perform that action at this time.
0 commit comments