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

15 lines
190 B
SCSS
Raw Normal View History

2022-06-06 08:53:59 +00:00
.htk-button {
display: flex;
align-items: center;
gap: 8px;
& > .htk-icon {
display: block;
}
2022-11-15 21:26:48 +00:00
& > .text {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
2022-06-06 08:53:59 +00:00
}