Browse Source

Style fixes

pull/14762/merge
Igor Kulikov 3 days ago
parent
commit
21801705fc
  1. 2
      ui-ngx/src/app/modules/home/pages/mobile/bundes/mobile-bundle-dialog.component.scss
  2. 5
      ui-ngx/src/theme-overwrites.scss

2
ui-ngx/src/app/modules/home/pages/mobile/bundes/mobile-bundle-dialog.component.scss

@ -62,7 +62,7 @@
@media #{$mat-gt-sm} {
min-width: 500px;
}
.mat-horizontal-stepper-content:not(.mat-horizontal-stepper-content-inactive):nth-child(3) {
.mat-horizontal-stepper-content.mat-horizontal-stepper-content-current:nth-child(3) {
height: 100%;
max-height: 100%;
overflow: hidden;

5
ui-ngx/src/theme-overwrites.scss

@ -69,6 +69,11 @@
}
}
}
.mat-mdc-button-base {
.mat-icon {
min-height: auto;
}
}
}
@mixin _mat-icon-overwrites() {

Loading…
Cancel
Save