Rename component css to less
This commit is contained in:
parent
b3b27dcdc1
commit
c47b782bb7
|
@ -2,9 +2,9 @@
|
|||
width: 100px;
|
||||
height: 100px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.uk-border-circle > img {
|
||||
max-width: 64px;
|
||||
max-height: 64px;
|
||||
& > img {
|
||||
max-width: 64px;
|
||||
max-height: 64px;
|
||||
}
|
||||
}
|
|
@ -85,7 +85,7 @@ import {ClearCacheService} from "../../../../openaireLibrary/services/clear-cach
|
|||
</div>
|
||||
</form>
|
||||
`,
|
||||
styleUrls: ['edit-community.component.css']
|
||||
styleUrls: ['edit-community.component.less']
|
||||
})
|
||||
export class EditCommunityComponent {
|
||||
public communityFb: FormGroup;
|
||||
|
|
Loading…
Reference in New Issue