2022-05-24 16:55:21 +00:00
|
|
|
/* Taken from the Telegram widget button */
|
2022-05-25 15:50:31 +00:00
|
|
|
.container-btn-telegram > div {
|
|
|
|
height: 40px;
|
|
|
|
}
|
|
|
|
|
2022-05-24 16:55:21 +00:00
|
|
|
.btn-telegram {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
font-weight: 500;
|
|
|
|
background-color: #54a9eb;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
|
|
|
margin: 0;
|
|
|
|
border: none;
|
|
|
|
color: #fff;
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 20px;
|
|
|
|
padding: 9px 21px 11px;
|
|
|
|
border-radius: 20px;
|
|
|
|
}
|
|
|
|
|
2022-05-25 14:36:13 +00:00
|
|
|
.avatar-telegram {
|
2022-05-24 16:55:21 +00:00
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
|
|
|
border-radius: 20px;
|
|
|
|
|
|
|
|
margin-left: 4px;
|
|
|
|
}
|