fix(dashboard): fix paths to the images for the room component

This commit is contained in:
KostyaDanovsky 2017-09-20 17:26:31 +03:00
parent 9aff842221
commit 435ad13785

View file

@ -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');
} }
} }