19 lines
375 B
Plaintext
19 lines
375 B
Plaintext
/*
|
|
* UTKDatePropertyItemViewUss.uss
|
|
* Date PropertyItem View 전용 스타일
|
|
*/
|
|
|
|
.utk-property-item-view--date {
|
|
/* Date View 전용 스타일 */
|
|
}
|
|
|
|
.utk-property-item-view--date .utk-property-item-view__field {
|
|
flex-grow: 1;
|
|
}
|
|
|
|
.utk-property-item-view--date .utk-property-item-view__picker-btn {
|
|
min-width: 28px;
|
|
max-width: 28px;
|
|
margin-left: 4px;
|
|
}
|