dynamic-lookup-relation-modal.component.scss (dspace-angular-dspace-7.0) | : | dynamic-lookup-relation-modal.component.scss (dspace-angular-dspace-7.1) | ||
---|---|---|---|---|
.modal-footer { | .modal-footer { | |||
justify-content: space-between; | justify-content: space-between; | |||
} | } | |||
/* Render child-modals slightly smaller than this modal to avoid complete overla p */ | /* Render child-modals slightly smaller than this modal to avoid complete overla p */ | |||
:host { | :host { | |||
::ng-deep .modal-content { | ::ng-deep .modal-content { | |||
width: 90%; | width: 90%; | |||
margin: 5%; | margin: 5%; | |||
} | } | |||
.spinner-border{ | ||||
vertical-align: middle; | ||||
} | ||||
} | ||||
.buttons-container{ | ||||
display: flex; | ||||
.close-button{ | ||||
margin-right: 5px; | ||||
} | ||||
} | } | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 11 lines changed or added |