2020-07-25 18:24:12 +02:00
|
|
|
@import "layout";
|
|
|
|
|
|
|
|
td.actions {
|
2020-07-30 10:54:50 +02:00
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
> *:not(:first-child) {
|
|
|
|
margin-left: 8px;
|
|
|
|
}
|
|
|
|
|
2020-07-25 18:24:12 +02:00
|
|
|
form {
|
|
|
|
padding: 0;
|
2020-07-30 10:54:50 +02:00
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
|
|
|
button, .button {
|
|
|
|
margin: 0;
|
|
|
|
padding: 8px;
|
|
|
|
|
|
|
|
.feather {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
2020-07-25 18:24:12 +02:00
|
|
|
}
|
|
|
|
}
|