0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-08 17:53:55 +08:00
discourse/plugins/discourse-workflows/assets/stylesheets/common/admin-table.scss
Joffrey JAFFEUX 46ddecdbb8
FEATURE: Add workflow tags (#42056)
Allows to tag each workflow and filter them by tag(s).
2026-07-27 17:22:42 +02:00

27 lines
445 B
SCSS
Vendored

.workflows-admin-table {
&__toolbar {
display: flex;
justify-content: flex-end;
gap: var(--space-2);
margin-bottom: var(--space-3);
}
&__table {
color: var(--primary-medium);
font-size: var(--font-down-1);
th {
border-bottom: 1px solid var(--primary-low);
white-space: nowrap;
}
}
&__checkbox-cell {
white-space: nowrap;
}
&__checkbox {
cursor: pointer;
margin: 0;
}
}