Icon for telegram

This commit is contained in:
Amaia Castro
2017-03-28 13:09:29 +02:00
parent 5ee2c9efa0
commit 485f8c15b1
6 changed files with 13 additions and 7 deletions

View File

@@ -184,3 +184,6 @@
.icon-checkmark-circle:before {
content: "\59";
}
.icon-telegram:before {
content: "\31";
}

View File

@@ -1306,11 +1306,11 @@ table {
.button.button-telegram {
background: #ECF7FC;
border-left: 3px solid #45B0E3;
border-left: 3px solid #0088cc;
&:before {
color: #45B0E3;
content: "t";
color: #0088cc;
content: "1";
font-family: "icons" !important;
font-size: rem-calc(24);
left: 0;
@@ -1322,7 +1322,7 @@ table {
}
.ssb-telegram {
background: #45B0E3;
background: #0088cc;
background-image: none !important;
color: white;
height: $line-height*2 !important;
@@ -1330,7 +1330,7 @@ table {
width: $line-height*2 !important;
&:before {
content: "t";
content: "1";
font-family: "icons" !important;
font-size: rem-calc(24);
left: 50%;
@@ -1439,7 +1439,7 @@ table {
}
.ssb-telegram {
background: #45B0E3;
background: #0088cc;
color: white;
height: $line-height;
position: relative;