mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
fix(buttons): improve responsiveness
This commit is contained in:
parent
60304179ec
commit
0366453313
3 changed files with 13 additions and 17 deletions
|
|
@ -6,9 +6,9 @@ import { SmartTableService } from '../../../@core/data/smart-table.service';
|
|||
@Component({
|
||||
selector: 'ngx-smart-table',
|
||||
templateUrl: './smart-table.component.html',
|
||||
styles:[`
|
||||
styles: [`
|
||||
nb-card {
|
||||
transform: translate3d(0,0,0);
|
||||
transform: translate3d(0, 0, 0);
|
||||
}
|
||||
`],
|
||||
})
|
||||
|
|
|
|||
|
|
@ -105,17 +105,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
ngx-labeled-actions-group /deep/ {
|
||||
nb-action {
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
i {
|
||||
font-size: 2rem !important;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
ngx-labeled-actions-group /deep/ nb-card-body {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
|
|
@ -126,8 +115,4 @@
|
|||
margin-bottom: 0.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
@include media-breakpoint-down(xs) {
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
@import '../../../../@theme/styles/themes';
|
||||
@import '~bootstrap/scss/mixins/breakpoints';
|
||||
@import '~@nebular/theme/styles/global/bootstrap/breakpoints';
|
||||
|
||||
@include nb-install-component() {
|
||||
|
||||
|
|
@ -20,4 +22,13 @@
|
|||
text-transform: uppercase;
|
||||
}
|
||||
}
|
||||
|
||||
@include media-breakpoint-down(xs) {
|
||||
nb-action {
|
||||
font-size: 0.75rem;
|
||||
i {
|
||||
font-size: 2rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue