mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 07:50:12 +01: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
42
src/app/pages/modal-overlays/dialog/dialog.component.scss
Normal file
42
src/app/pages/modal-overlays/dialog/dialog.component.scss
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
@import '~bootstrap/scss/mixins/breakpoints';
|
||||
@import '~@nebular/theme/styles/global/breakpoints';
|
||||
|
||||
@import '../../../@theme/styles/themes';
|
||||
|
||||
@include nb-install-component() {
|
||||
nb-card-body {
|
||||
display: block;
|
||||
|
||||
button {
|
||||
width: 100%;
|
||||
margin-bottom: 2rem;
|
||||
display: block;
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.result-from-dialog {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.form-input-card {
|
||||
nb-card-body {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
@include media-breakpoint-down(lg) {
|
||||
button {
|
||||
padding: 0.8rem;
|
||||
}
|
||||
}
|
||||
|
||||
@include media-breakpoint-down(is) {
|
||||
button {
|
||||
padding: 0.75rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue