mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-09 11:08:50 +01:00
fix(docs): header fonts and material theme link
This commit is contained in:
parent
5df57350e1
commit
7a1c74cb18
7 changed files with 56 additions and 23 deletions
|
|
@ -1,16 +1,32 @@
|
|||
:host {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding-right: 32px;
|
||||
}
|
||||
|
||||
a {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
@import '../../../@theme/styles/themes';
|
||||
@import '~@nebular/theme/styles/global/breakpoints';
|
||||
|
||||
i {
|
||||
margin-right: 8px;
|
||||
@include nb-install-component() {
|
||||
$menu-item-fg: nb-theme(color-fg-heading-light);
|
||||
$menu-item-fg-active: nb-theme(header-menu-fg-active);
|
||||
$header-font-weight: nb-theme(header-font-weight);
|
||||
|
||||
:host {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding-right: 32px;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
font-weight: $header-font-weight;
|
||||
font-size: 13px;
|
||||
line-height: 1.5rem;
|
||||
padding: 0.675rem 1.375rem;
|
||||
color: $menu-item-fg;
|
||||
display: block;
|
||||
|
||||
&:hover, &.active, &:focus {
|
||||
color: $menu-item-fg-active;
|
||||
outline: none !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.material-theme-popover {
|
||||
|
|
@ -19,4 +35,4 @@ i {
|
|||
color: #ff4d6b;
|
||||
font-weight: 600;
|
||||
font-size: 1.1rem;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue