Browse Source

UI: add 20px button size style

feature/home-page
Igor Kulikov 3 years ago
parent
commit
16c8bdbbcf
  1. 6
      ui-ngx/src/styles.scss

6
ui-ngx/src/styles.scss

@ -846,6 +846,12 @@ mat-label {
}
.mat-mdc-icon-button {
&.tb-mat-20 {
@include tb-mat-icon-button-size(20);
.mat-icon {
@include tb-mat-icon-size(20);
}
}
&.tb-mat-28 {
@include tb-mat-icon-button-size(28);
}

Loading…
Cancel
Save