Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit aef2991

Browse files
authored
Update footer.scss
Fix as CI build errors
1 parent ba3d0fb commit aef2991

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

assets/css/layout/footer.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ footer {
1212

1313
.bottom-footer .menu-item .menu-link {
1414
color: $tc-white;
15-
font-size: ;
15+
font-size: 16px;
1616
}
1717

1818
.bottom-footer .menu-item .menu-link:hover {
@@ -39,25 +39,25 @@ footer {
3939
}
4040

4141
.fb-link {
42-
background-image: url(@@cdn/i/ico-facebook_desktop.svg);
42+
background-image: url(../../images/ico-facebook_desktop.svg);
4343
width: 27px;
4444
height: 27px;
4545
}
4646

4747
.twitter-link {
48-
background-image: url(@@cdn/i/ico-twitter_desktop.svg);
48+
background-image: url(../../images/ico-twitter_desktop.svg);
4949
width: 28px;
5050
height: 24px;
5151
}
5252

5353
.linkedin-link {
54-
background-image: url(@@cdn/i/ico-linkedin_desktop.svg);
54+
background-image: url(../../images/ico-linkedin_desktop.svg);
5555
width: 27px;
5656
height: 27px;
5757
}
5858

5959
.google-link {
60-
background-image: url(@@cdn/i/ico-google_desktop.svg);
60+
background-image: url(../../images/ico-google_desktop.svg);
6161
width: 27px;
6262
height: 27px;
6363
}

0 commit comments

Comments
 (0)