now using SCSS for better theming support

This commit is contained in:
Jonas Winkler
2020-11-22 14:43:59 +01:00
parent 3e98f57256
commit 1292a7e120
60 changed files with 160 additions and 154 deletions

View File

@@ -11,7 +11,7 @@ import { AbstractInputComponent } from '../abstract-input';
}],
selector: 'app-input-text',
templateUrl: './text.component.html',
styleUrls: ['./text.component.css']
styleUrls: ['./text.component.scss']
})
export class TextComponent extends AbstractInputComponent<string> {