mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
fix(dashboard): fix paths to the images for the room component
This commit is contained in:
parent
9aff842221
commit
435ad13785
1 changed files with 2 additions and 2 deletions
|
|
@ -6,11 +6,11 @@
|
||||||
ngx-room-selector {
|
ngx-room-selector {
|
||||||
width: 70%;
|
width: 70%;
|
||||||
border-right: 2px solid nb-theme(separator);
|
border-right: 2px solid nb-theme(separator);
|
||||||
background: url('~/assets/images/square_pattern.svg') repeat;
|
background: url('../../../../assets/images/square_pattern.svg') repeat;
|
||||||
background-size: 75px;
|
background-size: 75px;
|
||||||
|
|
||||||
@include nb-for-theme(cosmic) {
|
@include nb-for-theme(cosmic) {
|
||||||
background-image: url('~/assets/images/square_pattern_cosmic.svg');
|
background-image: url('../../../../assets/images/square_pattern_cosmic.svg');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue