Mailspring/static/components/editable-table.less
Juan Tejada 2dccde2e58 feat(mail-merge): Add mail merge plugin
Summary:
Adds Mail Merge Plugin
- Adds new table components to component kit
- Adds new extension points to allow dragging and dropping into composer contenteditable and participant fields and customizing participant fields
- Adds new decorators and other misc updates
- #1608

Test Plan: TODO

Reviewers: bengotow, evan

Reviewed By: bengotow, evan

Differential Revision: https://phab.nylas.com/D2895
2016-04-22 18:29:07 -07:00

24 lines
377 B
Plaintext

.editable-table-container {
display: flex;
align-items: flex-start;
justify-content: flex-start;
height: 100%;
.column-actions {
display: flex;
.btn.btn-small {
padding: 0;
border-radius: 100%;
text-align: center;
margin-left: 3px;
margin-top: 1px;
width: 24px;
line-height: 22px;
height: 24px;
}
}
}