mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
* fix(angular 13): fix issues after updates to Angular 13 in rooms component and country orders component (#5965) * feat: update to Angular 14 * feat: update angular eslint packages eslint * feat: update nebular to 10 version * feat: update style import, remove ~
42 lines
664 B
SCSS
42 lines
664 B
SCSS
@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;
|
|
}
|
|
}
|
|
}
|