ngx-admin/src/app/pages/dashboard/rooms/rooms.component.scss

20 lines
306 B
SCSS
Raw Normal View History

2017-07-06 19:10:31 +03:00
@import '../../../@theme/styles/variables';
@include nb-install-component() {
2017-07-06 19:10:31 +03:00
ngx-room-selector {
width: 65%;
background-image: nb-theme(radial-gradient);
}
ngx-player {
flex: 1;
box-shadow: nb-theme(card-shadow);
}
nb-card {
display: flex;
flex-direction: row;
2017-07-06 19:10:31 +03:00
}
}