2023-03-07 19:26:27 +01:00
|
|
|
@import 'bootstrap/scss/mixins/breakpoints';
|
|
|
|
|
@import '@nebular/theme/styles/global/breakpoints';
|
2018-11-19 16:57:35 +02:00
|
|
|
|
|
|
|
|
@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;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|