Skip to content

Commit

Permalink
add instagram & tiktok icons
Browse files Browse the repository at this point in the history
  • Loading branch information
patricijab committed Sep 21, 2024
1 parent 2935277 commit 8ff5976
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 0 deletions.
19 changes: 19 additions & 0 deletions parlassets/public/icons/instagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions parlassets/public/icons/tiktok.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions parlassets/src/scss/_icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,22 @@
bottom: -5px;
background-image: url($cdn_home_icon + 'linkedin.svg');
}
.parlaicon-instagram {
width: 22px;
height: 22px;
line-height: 22px;
position: relative;
bottom: -5px;
background-image: url($cdn_home_icon + 'instagram.svg');
}
.parlaicon-tiktok {
width: 22px;
height: 22px;
line-height: 22px;
position: relative;
bottom: -5px;
background-image: url($cdn_home_icon + 'tiktok.svg');
}
.parlaicon-omrezja {
width: 22px;
height: 22px;
Expand Down

0 comments on commit 8ff5976

Please sign in to comment.