mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 23:35:22 +01:00
now using SCSS for better theming support
This commit is contained in:
parent
e75f48d148
commit
25f88b7ae9
60 changed files with 160 additions and 154 deletions
|
|
@ -11,7 +11,7 @@ import { AbstractInputComponent } from '../abstract-input';
|
|||
}],
|
||||
selector: 'app-input-check',
|
||||
templateUrl: './check.component.html',
|
||||
styleUrls: ['./check.component.css']
|
||||
styleUrls: ['./check.component.scss']
|
||||
})
|
||||
export class CheckComponent extends AbstractInputComponent<boolean> {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue