mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 15:25:41 +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
|
|
@ -6,7 +6,7 @@ import { LogService } from 'src/app/services/rest/log.service';
|
|||
@Component({
|
||||
selector: 'app-logs',
|
||||
templateUrl: './logs.component.html',
|
||||
styleUrls: ['./logs.component.css']
|
||||
styleUrls: ['./logs.component.scss']
|
||||
})
|
||||
export class LogsComponent implements OnInit {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue