mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-30 18:27:45 -05:00
now using SCSS for better theming support
This commit is contained in:
@@ -4,7 +4,7 @@ import { SearchHitHighlight } from 'src/app/data/search-result';
|
||||
@Component({
|
||||
selector: 'app-result-hightlight',
|
||||
templateUrl: './result-hightlight.component.html',
|
||||
styleUrls: ['./result-hightlight.component.css']
|
||||
styleUrls: ['./result-hightlight.component.scss']
|
||||
})
|
||||
export class ResultHightlightComponent implements OnInit {
|
||||
|
||||
|
@@ -6,7 +6,7 @@ import { SearchService } from 'src/app/services/rest/search.service';
|
||||
@Component({
|
||||
selector: 'app-search',
|
||||
templateUrl: './search.component.html',
|
||||
styleUrls: ['./search.component.css']
|
||||
styleUrls: ['./search.component.scss']
|
||||
})
|
||||
export class SearchComponent implements OnInit {
|
||||
|
||||
|
Reference in New Issue
Block a user