mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 16:00:14 +01:00
feat(bundles): fixes and adjustments
This commit is contained in:
parent
631a856200
commit
841d57d0ec
11 changed files with 99 additions and 84 deletions
|
|
@ -55,6 +55,16 @@
|
|||
}
|
||||
}
|
||||
|
||||
.backend-bundles {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding-right: 2rem;
|
||||
|
||||
i {
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
/deep/ nb-menu {
|
||||
flex: 1;
|
||||
|
||||
|
|
@ -87,6 +97,7 @@
|
|||
|
||||
.section.right {
|
||||
color: $contacts-fg;
|
||||
display: none;
|
||||
|
||||
a {
|
||||
font-family: nb-theme(font-main), sans-serif;
|
||||
|
|
@ -141,6 +152,9 @@
|
|||
display: list-item;
|
||||
}
|
||||
}
|
||||
.section.right {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
@include media-breakpoint-up(xl) {
|
||||
|
|
@ -156,12 +170,6 @@
|
|||
justify-content: flex-end;
|
||||
}
|
||||
}
|
||||
|
||||
.section {
|
||||
&.right {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@include media-breakpoint-down(is) {
|
||||
|
|
@ -189,6 +197,11 @@
|
|||
}
|
||||
|
||||
&.docs-page {
|
||||
|
||||
.backend-bundles {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.section {
|
||||
&.left {
|
||||
align-items: center;
|
||||
|
|
@ -237,15 +250,14 @@
|
|||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.section.right {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.stars {
|
||||
width: 7.5rem;
|
||||
height: 1.25rem;
|
||||
margin-left: auto;
|
||||
}
|
||||
.backend-bundles {
|
||||
display: flex;
|
||||
}
|
||||
}
|
||||
|
||||
@include media-breakpoint-up(lg) {
|
||||
|
|
@ -259,6 +271,9 @@
|
|||
display: list-item;
|
||||
}
|
||||
}
|
||||
.section.right {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
@include media-breakpoint-up(xl) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue