mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 16:00:14 +01:00
feat(landing): add backend bundles scheme
This commit is contained in:
parent
32bf572d6f
commit
1c3dc2daed
7 changed files with 22 additions and 0 deletions
|
|
@ -66,6 +66,22 @@
|
|||
}
|
||||
}
|
||||
|
||||
.bundle-scheme {
|
||||
display: none;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
margin: 2.5rem auto;
|
||||
padding: 0 11px;
|
||||
|
||||
&__image {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@include media-breakpoint-up(md) {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
.package-switcher {
|
||||
margin: 2.375rem 0 5rem;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue