mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-19 08:50:13 +01:00
fix(dashboard): add pattern bg to the room selector
This commit is contained in:
parent
2f9287e937
commit
300d24f701
5 changed files with 10 additions and 2 deletions
|
|
@ -31,7 +31,7 @@
|
|||
}
|
||||
|
||||
.room-bg {
|
||||
fill: transparent;
|
||||
fill: nb-theme(card-bg);
|
||||
stroke: transparent;
|
||||
cursor: pointer;
|
||||
transition: fill 0.4s ease-out;
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue