mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
fix(breadcrumbs): fix #2 breadcrubms visibility
This commit is contained in:
parent
9e5a7d56e4
commit
a1046ce2b4
2 changed files with 4 additions and 0 deletions
|
|
@ -27,6 +27,9 @@ h1.al-title {
|
|||
li {
|
||||
font-size: 18px;
|
||||
font-weight: $font-normal;
|
||||
a {
|
||||
color: $primary-light;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -61,6 +61,7 @@ a {
|
|||
margin-left: $left-space;
|
||||
padding: 66px 0 34px 0;
|
||||
min-height: 500px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.al-footer {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue