diff --git a/app/assets/fonts/icons.eot b/app/assets/fonts/icons.eot index c3c5d6289..60cfbaddb 100644 Binary files a/app/assets/fonts/icons.eot and b/app/assets/fonts/icons.eot differ diff --git a/app/assets/fonts/icons.svg b/app/assets/fonts/icons.svg index a548d9575..f45adea5a 100644 --- a/app/assets/fonts/icons.svg +++ b/app/assets/fonts/icons.svg @@ -56,6 +56,9 @@ - + + + + diff --git a/app/assets/fonts/icons.ttf b/app/assets/fonts/icons.ttf index 6f938f863..8f791759e 100644 Binary files a/app/assets/fonts/icons.ttf and b/app/assets/fonts/icons.ttf differ diff --git a/app/assets/fonts/icons.woff b/app/assets/fonts/icons.woff index f3c31e804..0eef00837 100644 Binary files a/app/assets/fonts/icons.woff and b/app/assets/fonts/icons.woff differ diff --git a/app/assets/stylesheets/icons.scss b/app/assets/stylesheets/icons.scss index f3d8c003e..c02835881 100644 --- a/app/assets/stylesheets/icons.scss +++ b/app/assets/stylesheets/icons.scss @@ -184,3 +184,6 @@ .icon-checkmark-circle:before { content: "\59"; } +.icon-telegram:before { + content: "\31"; +} diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index ef93b84d0..45a131763 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -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;