24 lines
474 B
Plaintext
24 lines
474 B
Plaintext
/*
|
|
* UTKRadioPropertyItemViewUss.uss
|
|
* Radio PropertyItem View 전용 스타일
|
|
*/
|
|
|
|
.utk-property-item-view--radio {
|
|
/* Radio View 전용 스타일 */
|
|
}
|
|
|
|
.utk-property-item-view--radio .utk-property-item-view__radio-container {
|
|
flex-direction: column;
|
|
flex-wrap: wrap;
|
|
flex-grow: 1;
|
|
}
|
|
|
|
.utk-property-item-view--radio .utk-property-item-view__radio {
|
|
margin-right: 12px;
|
|
}
|
|
|
|
#readonly-field {
|
|
flex-grow: 1;
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
} |