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; width: 100px;
height: 100px; height: 100px;
position: relative; position: relative;
}
.uk-border-circle > img { & > img {
max-width: 64px; max-width: 64px;
max-height: 64px; max-height: 64px;
}
} }

View File

@ -85,7 +85,7 @@ import {ClearCacheService} from "../../../../openaireLibrary/services/clear-cach
</div> </div>
</form> </form>
`, `,
styleUrls: ['edit-community.component.css'] styleUrls: ['edit-community.component.less']
}) })
export class EditCommunityComponent { export class EditCommunityComponent {
public communityFb: FormGroup; public communityFb: FormGroup;