mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
second run , fixing wcag issues
This commit is contained in:
parent
700726f550
commit
9bf57fdcc1
2 changed files with 7 additions and 1 deletions
|
|
@ -5,5 +5,11 @@
|
||||||
@include nb-install-component() {
|
@include nb-install-component() {
|
||||||
.menu-sidebar ::ng-deep .scrollable {
|
.menu-sidebar ::ng-deep .scrollable {
|
||||||
padding-top: nb-theme(layout-padding-top);
|
padding-top: nb-theme(layout-padding-top);
|
||||||
|
|
||||||
|
ul {
|
||||||
|
.menu-group{
|
||||||
|
color: var(--list-item-text-color);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html>
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>ngx-admin Demo Application</title>
|
<title>ngx-admin Demo Application</title>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue