diff --git a/lib/process-services-cloud/src/lib/form/components/widgets/attach-file/attach-file-cloud-widget.component.html b/lib/process-services-cloud/src/lib/form/components/widgets/attach-file/attach-file-cloud-widget.component.html index d62831ef4d5..053ae3d111a 100644 --- a/lib/process-services-cloud/src/lib/form/components/widgets/attach-file/attach-file-cloud-widget.component.html +++ b/lib/process-services-cloud/src/lib/form/components/widgets/attach-file/attach-file-cloud-widget.component.html @@ -6,10 +6,16 @@
-
diff --git a/lib/process-services-cloud/src/lib/form/components/widgets/attach-file/attach-file-cloud-widget.component.scss b/lib/process-services-cloud/src/lib/form/components/widgets/attach-file/attach-file-cloud-widget.component.scss index 55d1db97764..b0dbf897440 100644 --- a/lib/process-services-cloud/src/lib/form/components/widgets/attach-file/attach-file-cloud-widget.component.scss +++ b/lib/process-services-cloud/src/lib/form/components/widgets/attach-file/attach-file-cloud-widget.component.scss @@ -27,16 +27,6 @@ button span { font-size: var(--theme-caption-font-size); - - mat-icon { - line-height: 12px; - height: 12px; - width: 12px; - } - - .material-icons { - font-size: var(--theme-adf-picture-1-font-size); - } } } @@ -86,9 +76,10 @@ } &-attach-widget__icon { - padding: 6px; - float: left; - cursor: pointer; + font-size: var(--theme-adf-picture-1-font-size); + height: var(--theme-adf-picture-1-font-size); + width: var(--theme-adf-picture-1-font-size); + line-height: calc(var(--theme-adf-picture-1-font-size) - 2px); } &-attach-widget__reset {