@@ -52,6 +52,8 @@ footer {
52
52
}
53
53
54
54
.icon {
55
+ width : 42px ;
56
+ height : 42px ;
55
57
transition : transform 250ms ease-in-out ;
56
58
57
59
& :hover {
@@ -67,11 +69,6 @@ footer {
67
69
fill : $gold-yellow-70 !important ;
68
70
}
69
71
70
- .icon {
71
- width : 42px ;
72
- height : 42px ;
73
- }
74
-
75
72
#copy-link {
76
73
display : none ;
77
74
}
@@ -82,11 +79,19 @@ footer {
82
79
@include mq-small {
83
80
margin-bottom : $space-lv-2-mobile ;
84
81
}
85
- }
86
82
87
- .contribute-icon-container {
88
- display : flex ;
89
- align-items : center ;
83
+ .contribute-icon-container {
84
+ display : flex ;
85
+ align-items : center ;
86
+ }
87
+
88
+ .contribute-text {
89
+ margin-left : $space-half-desktop ;
90
+ color : $gold-yellow-80 ;
91
+ position : relative ;
92
+ cursor : pointer ;
93
+ transition : transform 250ms ease-in-out ;
94
+ }
90
95
}
91
96
92
97
.contribute-icon-container :hover .contribute-text {
@@ -101,13 +106,6 @@ footer {
101
106
fill : $gold-yellow-70 !important ;
102
107
}
103
108
104
- .contribute-text {
105
- margin-left : $space-half-desktop ;
106
- color : $gold-yellow-80 ;
107
- position : relative ;
108
- cursor : pointer ;
109
- transition : transform 250ms ease-in-out ;
110
- }
111
109
112
110
.translation-link {
113
111
display : block ;
@@ -129,58 +127,55 @@ footer {
129
127
.donate-image {
130
128
width : 150px ;
131
129
height : 42px ;
132
- }
133
-
134
- .donate-image {
135
130
transition : transform 100ms ease-in-out ;
136
131
137
132
& :hover {
138
133
transform : translateY (-4px );
139
134
}
140
135
}
136
+ }
141
137
142
- .contact-container {
143
- margin-bottom : $space-lv-2-desktop ;
138
+ .contact-container {
139
+ margin-bottom : $space-lv-2-desktop ;
144
140
145
- @include mq-small {
146
- margin-bottom : $space-lv-2-mobile ;
147
- }
141
+ @include mq-small {
142
+ margin-bottom : $space-lv-2-mobile ;
143
+ }
148
144
149
- small {
150
- display : block ;
151
- color : $warm-black-40 ;
152
- margin-bottom : $space-half-desktop ;
153
- }
145
+ small {
146
+ display : block ;
147
+ color : $warm-black-40 ;
148
+ margin-bottom : $space-half-desktop ;
149
+ }
150
+ }
154
151
155
- a {
156
- display : flex ;
157
- justify-content : center ;
158
- color : $gold-yellow-80 ;
159
- text-decoration : underline ;
152
+ .contact-container a {
153
+ display : flex ;
154
+ justify-content : center ;
155
+ color : $gold-yellow-80 ;
156
+ text-decoration : underline ;
157
+ }
160
158
161
- & :hover {
162
- text-decoration : none ;
163
- }
164
- }
165
- }
159
+ .footer-notes a {
160
+ color : $gold-yellow-50 ;
161
+ text-decoration : underline ;
162
+ }
166
163
167
- .footer-notes {
168
- display : flex ;
169
- text-align : center ;
170
- justify-content : center ;
171
- color : $gold-yellow-50 ;
164
+ .contact-container a :hover {
165
+ text-decoration : none ;
166
+ }
172
167
173
- a {
174
- color : $gold-yellow-50 ;
175
- text-decoration : underline ;
168
+ .footer-notes {
169
+ display : flex ;
170
+ text-align : center ;
171
+ justify-content : center ;
172
+ color : $gold-yellow-50 ;
173
+ }
176
174
177
- & :hover {
178
- text-decoration : none ;
179
- }
175
+ .footer-notes a :hover {
176
+ text-decoration : none ;
177
+ }
180
178
181
- & :active {
182
- color : $gold-yellow-60 ;
183
- }
184
- }
185
- }
179
+ .footer-notes a :active {
180
+ color : $gold-yellow-60 ;
186
181
}
0 commit comments