forked from verdnatura/hedera-web
17 lines
228 B
SCSS
17 lines
228 B
SCSS
|
|
||
|
.htk-date-chooser {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
font-weight: normal;
|
||
|
|
||
|
& > span {
|
||
|
flex: 1;
|
||
|
text-overflow: ellipsis;
|
||
|
white-space: nowrap;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
& > .htk-icon {
|
||
|
flex: none;
|
||
|
color: #666;
|
||
|
}
|
||
|
}
|