Skip to content
Snippets Groups Projects
Commit ba5e515a authored by rhenck's avatar rhenck
Browse files

Fix radio-group-images CSS (cursor and margin)

A no longer existing class was used, but turned out to not be necessary 
anyway.

#313
parent 125c985f
No related branches found
No related tags found
No related merge requests found
...@@ -67,11 +67,11 @@ import { RadioButtonGroupComplexElement } from 'common/models/elements/input-ele ...@@ -67,11 +67,11 @@ import { RadioButtonGroupComplexElement } from 'common/models/elements/input-ele
`, `,
styles: [ styles: [
'.columns {text-align: center; margin: 0 5px;}', '.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)}', ':host ::ng-deep mat-radio-button span.mat-radio-container {left: calc(50% - 10px)}',
'mat-radio-group {margin-top: 10px}', 'mat-radio-group {margin-top: 10px}',
'.error-message { font-size: 75% }', '.error-message { font-size: 75% }',
'.grid-layout mat-radio-button {margin-top: 15px}' 'mat-radio-button {margin-top: 15px}'
] ]
}) })
export class RadioGroupImagesComponent extends FormElementComponent { export class RadioGroupImagesComponent extends FormElementComponent {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment