mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 05:13:18 -07:00
Fixed build errors
This commit is contained in:
parent
9cf6f2ae7e
commit
a1e86ad728
3 changed files with 6 additions and 7 deletions
|
@ -1,10 +1,10 @@
|
|||
|
||||
@import 'Styles/buttons.scss';
|
||||
@import '../../../../../../styles/buttons.scss';
|
||||
|
||||
// border: solid 3px #fff;
|
||||
.monitored {
|
||||
border: solid 3px $orange !important;
|
||||
}
|
||||
|
||||
.available {
|
||||
border: solid 3px $green !important;
|
||||
}
|
||||
border: solid 3px $green !important;
|
||||
}
|
|
@ -1,7 +1,6 @@
|
|||
import { Component, Input, ViewEncapsulation, OnInit, OnChanges, SimpleChanges } from "@angular/core";
|
||||
import { Component, Input, ViewEncapsulation, OnChanges, SimpleChanges } from "@angular/core";
|
||||
import { IReleaseGroups } from "../../../../../interfaces/IMusicSearchResultV2";
|
||||
import { SearchV2Service } from "../../../../../services/searchV2.service";
|
||||
import { ActivatedRoute } from "@angular/router";
|
||||
|
||||
@Component({
|
||||
templateUrl: "./artist-release-panel.component.html",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "./styles.scss";
|
||||
@import "./Styles.scss";
|
||||
@import "./shared.scss";
|
||||
@import "./buttons.scss";
|
||||
@import "./primeng-overrides.scss"
|
Loading…
Add table
Add a link
Reference in a new issue