fixes telegram icon and show it only on mobile size
This commit is contained in:
@@ -1371,6 +1371,13 @@ table {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@include breakpoint(medium) {
|
||||||
|
|
||||||
|
.button.button-telegram, .ssb-telegram {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.social {
|
.social {
|
||||||
|
|
||||||
a {
|
a {
|
||||||
@@ -1471,7 +1478,7 @@ table {
|
|||||||
width: $line-height*2;
|
width: $line-height*2;
|
||||||
|
|
||||||
&:before {
|
&:before {
|
||||||
content: "A";
|
content: "1";
|
||||||
font-family: "icons" !important;
|
font-family: "icons" !important;
|
||||||
font-size: rem-calc(24);
|
font-size: rem-calc(24);
|
||||||
left: 50%;
|
left: 50%;
|
||||||
|
|||||||
Reference in New Issue
Block a user