fix(dashboard): add pattern bg to the room selector

This commit is contained in:
KostyaDanovsky 2017-09-15 18:40:01 +03:00
parent 2f9287e937
commit 300d24f701
5 changed files with 10 additions and 2 deletions

View file

@ -31,7 +31,7 @@
}
.room-bg {
fill: transparent;
fill: nb-theme(card-bg);
stroke: transparent;
cursor: pointer;
transition: fill 0.4s ease-out;

View file

@ -6,6 +6,12 @@
ngx-room-selector {
width: 70%;
border-right: 2px solid nb-theme(separator);
background: url('/assets/images/square_pattern.svg') repeat;
background-size: 75px;
@include nb-for-theme(cosmic) {
background-image: url('/assets/images/square_pattern_cosmic.svg');
}
}
ngx-player {