16 lines
198 B
Plaintext
16 lines
198 B
Plaintext
.list-item {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-start;
|
|
width: 100%;
|
|
margin-bottom: 12px;
|
|
|
|
.field-wrapper {
|
|
flex: 1;
|
|
}
|
|
|
|
.btn {
|
|
margin-left: 10px;
|
|
}
|
|
}
|