Improve table .actions style

This commit is contained in:
Alice Gaudon 2020-07-30 10:54:50 +02:00
parent a6d9c22789
commit 041f52fd3e
1 changed files with 19 additions and 0 deletions

View File

@ -1,7 +1,26 @@
@import "layout";
td.actions {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
> *:not(:first-child) {
margin-left: 8px;
}
form {
padding: 0;
display: inline;
}
button, .button {
margin: 0;
padding: 8px;
.feather {
margin-right: 0;
}
}
}