tachybase_todo/packages/app/src/components/actions/style.less
2020-12-30 00:00:39 +08:00

14 lines
229 B
Plaintext

.action-buttons {
display: flex;
justify-content: flex-end;
.action-button {
margin-right: 8px;
&:last-child {
margin-right: 0;
}
}
.filter-action-button {
position: absolute;
left: 24px;
}
}