19 lines
232 B
Plaintext
19 lines
232 B
Plaintext
#RenameRoot {
|
|
padding: 8px;
|
|
}
|
|
|
|
#ButtonRow {
|
|
flex-direction: row;
|
|
justify-content: flex-end;
|
|
margin-top: 8px;
|
|
}
|
|
|
|
#NameField > Label {
|
|
min-width: 70px;
|
|
}
|
|
|
|
#ButtonRow > Button {
|
|
width: 80px;
|
|
height: 24px;
|
|
}
|