diff --git a/src/app/pages/community-info/profile/edit-community/edit-community.component.css b/src/app/pages/community-info/profile/edit-community/edit-community.component.less similarity index 53% rename from src/app/pages/community-info/profile/edit-community/edit-community.component.css rename to src/app/pages/community-info/profile/edit-community/edit-community.component.less index d279cde..e5f71cd 100644 --- a/src/app/pages/community-info/profile/edit-community/edit-community.component.css +++ b/src/app/pages/community-info/profile/edit-community/edit-community.component.less @@ -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; + } } diff --git a/src/app/pages/community-info/profile/edit-community/edit-community.component.ts b/src/app/pages/community-info/profile/edit-community/edit-community.component.ts index 98633dd..42253a9 100644 --- a/src/app/pages/community-info/profile/edit-community/edit-community.component.ts +++ b/src/app/pages/community-info/profile/edit-community/edit-community.component.ts @@ -85,7 +85,7 @@ import {ClearCacheService} from "../../../../openaireLibrary/services/clear-cach `, - styleUrls: ['edit-community.component.css'] + styleUrls: ['edit-community.component.less'] }) export class EditCommunityComponent { public communityFb: FormGroup;