Changed css file of shib component to scss

This commit is contained in:
Julius Gruber
2019-06-24 11:27:10 +02:00
parent 3d5b3ea9a1
commit 0b56b0d8dc
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
/*
This is a comment*/
.login-shibboleth {
}

View File

@@ -6,7 +6,7 @@ import {CoreState} from '../../core/core.reducers';
@Component({
selector: 'ds-shibboleth-page',
templateUrl: './shibboleth.component.html',
styleUrls: ['./shibboleth.component.css']
styleUrls: ['./shibboleth.component.scss']
})
export class ShibbolethComponent implements OnInit {