@use '@/assets/styles/variables' as *; .crud-table { &__toolbar { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: $space-sm; margin-bottom: $space-md; } &__toolbar-left, &__toolbar-right { display: flex; gap: $space-sm; align-items: center; flex-wrap: wrap; } &__empty { display: flex; flex-direction: column; align-items: center; gap: $space-sm; padding: $space-2xl; color: $color-text-muted; } @media (max-width: $bp-mobile) { &__toolbar { flex-direction: column; align-items: stretch; } } }