mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-04-18 10:09:03 +02:00
feat: add a bunch of new Nebular demos (#1911)
This commit is contained in:
parent
c594a5a4c5
commit
3f1f4c558b
185 changed files with 5176 additions and 422 deletions
38
src/app/pages/modal-overlays/window/window.component.scss
Normal file
38
src/app/pages/modal-overlays/window/window.component.scss
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
@import '~bootstrap/scss/mixins/breakpoints';
|
||||
@import '~@nebular/theme/styles/global/breakpoints';
|
||||
|
||||
@import '../../../@theme/styles/themes';
|
||||
|
||||
@include nb-install-component() {
|
||||
button + button {
|
||||
margin-left: 2rem;
|
||||
}
|
||||
|
||||
@include media-breakpoint-down(xxl) {
|
||||
nb-card-body {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
button {
|
||||
flex: 1;
|
||||
padding: 0.8rem;
|
||||
}
|
||||
}
|
||||
|
||||
@include media-breakpoint-down(is) {
|
||||
nb-card-body {
|
||||
display: block;
|
||||
}
|
||||
|
||||
button {
|
||||
+ button {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
width: 100%;
|
||||
display: block;
|
||||
margin-bottom: 2rem;
|
||||
padding: 0.75rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue