mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
Changed css file of shib component to scss
This commit is contained in:
5
src/app/+login-page/shibboleth/shibboleth.component.scss
Normal file
5
src/app/+login-page/shibboleth/shibboleth.component.scss
Normal file
@@ -0,0 +1,5 @@
|
||||
/*
|
||||
This is a comment*/
|
||||
.login-shibboleth {
|
||||
|
||||
}
|
@@ -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 {
|
||||
|
||||
|
Reference in New Issue
Block a user