Browse Source

UI: Remove divider

pull/9002/head
Artem Dzhereleiko 3 years ago
parent
commit
08bd89d0be
  1. 1
      ui-ngx/src/app/modules/home/components/widget/lib/multiple-input-widget.component.html
  2. 7
      ui-ngx/src/app/modules/home/components/widget/lib/multiple-input-widget.component.scss

1
ui-ngx/src/app/modules/home/components/widget/lib/multiple-input-widget.component.html

@ -184,7 +184,6 @@
{{key.label}}
</div>
<div fxLayout="row" fxLayoutAlign="start center" fxLayoutGap="16px">
<mat-divider vertical></mat-divider>
<tb-color-input asBoxInput
[required]="key.settings.required"
[requiredText]="getErrorMessageText(key.settings, 'required')"

7
ui-ngx/src/app/modules/home/components/widget/lib/multiple-input-widget.component.scss

@ -52,13 +52,6 @@
.mat-icon, img {
margin-right: 5px;
}
.mat-divider-vertical {
height: 56px;
margin-top: -7px;
margin-bottom: -7px;
border-right-color: rgba(0, 0, 0, 0.4);
}
}
.input-field {

Loading…
Cancel
Save