mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
home page
This commit is contained in:
parent
dd1b2763d8
commit
5608fa4184
18 changed files with 546 additions and 103 deletions
20
src/app/public/home/banner/banner.component.scss
Normal file
20
src/app/public/home/banner/banner.component.scss
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
@import '../../../@theme/styles/themes';
|
||||
@import 'bootstrap/scss/mixins/breakpoints';
|
||||
@import '@nebular/theme/styles/global/breakpoints';
|
||||
|
||||
@include nb-install-component() {
|
||||
.solar-card nb-card-header {
|
||||
border: none;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
@include media-breakpoint-down(sm) {
|
||||
ngx-traffic {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
mdb-carousel-item {
|
||||
height: 320px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue