Rename component css to less

This commit is contained in:
Konstantinos Triantafyllou 2022-07-17 23:34:41 +03:00
parent b3b27dcdc1
commit c47b782bb7
2 changed files with 5 additions and 5 deletions

View File

@ -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;
}
}

View File

@ -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;