15 lines
281 B
Plaintext
15 lines
281 B
Plaintext
.action-buttons {
|
|
display: flex;
|
|
// justify-content: flex-end;
|
|
min-height: 32px;
|
|
flex-direction: row-reverse;
|
|
align-items: flex-start;
|
|
.action-button {
|
|
margin-left: 8px;
|
|
}
|
|
.filter-action-button {
|
|
position: absolute;
|
|
left: 24px;
|
|
margin-left: 0;
|
|
}
|
|
} |