mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-16 18:16:31 +01:00
Update to version v10.0.0 and Bootstrap v5
This commit is contained in:
parent
6363d5171d
commit
4ab287b797
409 changed files with 19187 additions and 38933 deletions
|
|
@ -52,6 +52,11 @@
|
|||
}
|
||||
}
|
||||
|
||||
.direction-switcher {
|
||||
@include nb-ltr(margin-left, 2rem);
|
||||
@include nb-rtl(margin-right, 2rem);
|
||||
}
|
||||
|
||||
@include media-breakpoint-down(sm) {
|
||||
.control-item {
|
||||
display: none;
|
||||
|
|
@ -63,7 +68,8 @@
|
|||
}
|
||||
|
||||
@include media-breakpoint-down(is) {
|
||||
nb-select {
|
||||
nb-select,
|
||||
.direction-switcher {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue