Skip to content
Snippets Groups Projects
Commit 90f4c60c authored by Anastasia Walter's avatar Anastasia Walter
Browse files

[TASK] Sharer-icons fix, adapt SCSS

parent 88c7d7c2
No related branches found
No related tags found
1 merge request!46[TASK] Sharer-icons fix, adapt SCSS
......@@ -315,6 +315,36 @@
}
}
&.telegram {
a {
background-color: $sharer-telegram;
&:hover {
background-color: lighten($sharer-telegram, 5%);
}
}
}
&.xing {
a {
background-color: $sharer-xing;
&:hover {
background-color: lighten($sharer-xing, 5%);
}
}
}
&.linkedin {
a {
background-color: $sharer-linkedin;
&:hover {
background-color: lighten($sharer-linkedin, 5%);
}
}
}
.fa {
width: 30px;
height: 20px;
......@@ -366,6 +396,33 @@
left: 7px;
}
}
.fa-telegram {
&::after {
@include inline-svg($icon-brands-telegram);
width: 20px;
height: 20px;
left: 7px;
}
}
.fa-xing {
&::after {
@include inline-svg($icon-brands-xing);
width: 20px;
height: 20px;
left: 7px;
}
}
.fa-linkedin {
&::after {
@include inline-svg($icon-brands-linkedin);
width: 20px;
height: 20px;
left: 7px;
}
}
}
select[size].tx-sgnews-select.form-control {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment