mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-23 00:14:07 +01:00
feat(sidebar): add ability to customize sidebar styles (#373)
This commit is contained in:
parent
3f824b6e82
commit
ecfb007a71
3 changed files with 10 additions and 7 deletions
|
|
@ -1,4 +1,6 @@
|
|||
$left-space: 180px;
|
||||
@import 'conf/conf';
|
||||
|
||||
$left-space: $sidebar-width;
|
||||
|
||||
@include scrollbars(.5em, #d9d9d9, rgba(0, 0, 0, 0));
|
||||
|
||||
|
|
@ -66,7 +68,7 @@ a {
|
|||
|
||||
.al-footer {
|
||||
height: 34px;
|
||||
padding: 0 18px 0 200px;
|
||||
padding: 0 18px 0 ($left-space + 20px);
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
display: block;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue