-
-
Notifications
You must be signed in to change notification settings - Fork 381
feat(SelectTable): add ShowToolbar parameter #7668
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 7 commits
83f4a4d
73ab040
5e05249
1780889
255da2f
68adb28
d121ffe
d3894bf
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| @use "../../wwwroot/scss/variables" as *; | ||
| @use "../../wwwroot/scss/variables" as *; | ||
|
||
|
|
||
| .empty { | ||
| --bb-empty-image-margin: #{$bb-empty-image-margin}; | ||
|
|
@@ -9,7 +9,7 @@ | |
| margin: var(--bb-empty-image-margin); | ||
| } | ||
|
|
||
| .empty-telemplate { | ||
| .empty-template { | ||
| margin: var(--bb-empty-template-margin); | ||
| } | ||
| } | ||
Uh oh!
There was an error while loading. Please reload this page.