1
Fork 0
mirror of https://github.com/Steffo99/festa.git synced 2024-10-16 15:07:27 +00:00
festa/styles/telegram.css

28 lines
534 B
CSS

/* Taken from the Telegram widget button */
.container-btn-telegram > div {
height: 40px;
}
.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;
}
.avatar-telegram-inline {
height: 1em;
border-radius: 20px;
margin-right: 3px;
}