hedera-web/js/htk/button/style.scss

15 lines
190 B
SCSS

.htk-button {
display: flex;
align-items: center;
gap: 8px;
& > .htk-icon {
display: block;
}
& > .text {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
}