Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adicionado suporte a rede LinkedIn. #266

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Changelog
2.0.4 (unreleased)
^^^^^^^^^^^^^^^^^^

- Nothing changed yet.
- Adicionado suporte a rede LinkedIn.
[talau]


2.0.3 (2019-02-22)
Expand Down
Binary file added webpack/app/branco/sprite/rede-linkedin-branco.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added webpack/app/branco/sprite/rede-linkedin-topo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added webpack/app/padrao/sprite/rede-linkedin-branco.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added webpack/app/padrao/sprite/rede-linkedin-topo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions webpack/app/scss/_basic.scss
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,9 @@ a:focus {
.portalredes-tumblr {
@include sprite($rede-tumblr-topo);
}
.portalredes-linkedin {
@include sprite($rede-linkedin-topo);
}

/* Icones do Rodape */
footer {
Expand Down Expand Up @@ -182,4 +185,7 @@ footer {
.portalredes-tumblr {
@include sprite($rede-tumblr);
}
.portalredes-linkedin {
@include sprite($rede-linkedin);
}
}
3 changes: 3 additions & 0 deletions webpack/app/scss/_contrast.scss
Original file line number Diff line number Diff line change
Expand Up @@ -198,4 +198,7 @@ body.folder_contraste {
#portalredes-tumblr {
@include sprite($rede-tumblr-branco);
}
#portalredes-linkedin {
@include sprite($rede-linkedin-branco);
}
}