diff --git a/projects/common/components/input-elements/radio-group-images.component.ts b/projects/common/components/input-elements/radio-group-images.component.ts index 0e07a3a54320778c0b223ee379471b3f10ae46aa..dbcc2c6fe423339894ffa9aef72cd965cafbd266 100644 --- a/projects/common/components/input-elements/radio-group-images.component.ts +++ b/projects/common/components/input-elements/radio-group-images.component.ts @@ -67,11 +67,11 @@ import { RadioButtonGroupComplexElement } from 'common/models/elements/input-ele `, styles: [ '.columns {text-align: center; margin: 0 5px;}', - '.grid-layout .columns img {cursor: pointer;}', + '.columns img {cursor: pointer;}', ':host ::ng-deep mat-radio-button span.mat-radio-container {left: calc(50% - 10px)}', 'mat-radio-group {margin-top: 10px}', '.error-message { font-size: 75% }', - '.grid-layout mat-radio-button {margin-top: 15px}' + 'mat-radio-button {margin-top: 15px}' ] }) export class RadioGroupImagesComponent extends FormElementComponent {