Skip to content

Commit

Permalink
Обновляет svg иконки соцсетей
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalybaev committed May 8, 2021
1 parent a51bfde commit 0c59fe1
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/images/social/facebook.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: 1 addition & 1 deletion src/images/social/telegram.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: 1 addition & 1 deletion src/images/social/twitter.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: 1 addition & 1 deletion src/images/social/vk.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: 1 addition & 1 deletion src/images/social/youtube.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 0 additions & 5 deletions src/styles/blocks/links.css
Original file line number Diff line number Diff line change
Expand Up @@ -144,25 +144,21 @@
/* Links Icons */

.links__link--vk::before {
background-color: white;
background-image: url('/images/social/vk.svg');
border-radius: 100%;
}

.links__link--facebook::before {
background-color: white;
background-image: url('/images/social/facebook.svg');
border-radius: 100%;
}

.links__link--twitter::before {
background-color: white;
background-image: url('/images/social/twitter.svg');
border-radius: 100%;
}

.links__link--telegram::before {
background-color: white;
background-image: url('/images/social/telegram.svg');
border-radius: 100%;
}
Expand All @@ -180,7 +176,6 @@
}

.links__link--youtube::before {
background-color: white;
background-image: url('/images/social/youtube.svg');
border-radius: 100%;
}

0 comments on commit 0c59fe1

Please sign in to comment.