From c47b782bb7fc0ef9d524b7612cfbd22338b23aa7 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Sun, 17 Jul 2022 23:34:41 +0300 Subject: [PATCH] Rename component css to less --- ...munity.component.css => edit-community.component.less} | 8 ++++---- .../profile/edit-community/edit-community.component.ts | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) rename src/app/pages/community-info/profile/edit-community/{edit-community.component.css => edit-community.component.less} (53%) 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;