mirror of
https://github.com/discourse/discourse.git
synced 2026-08-08 17:53:55 +08:00
27 lines
445 B
SCSS
Vendored
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;
|
|
}
|
|
}
|