18 lines
186 B
SCSS
18 lines
186 B
SCSS
:host {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.row-wrapper {
|
|
display: flex;
|
|
align-items: baseline;
|
|
}
|
|
|
|
app-proto-field {
|
|
flex: 1;
|
|
}
|
|
|
|
.add-button {
|
|
align-self: flex-end;
|
|
}
|