Browse Source

UI: Latest design change

pull/14469/head
ArtemDzhereleiko 9 months ago
parent
commit
86b6bdea1c
  1. 11
      ui-ngx/src/app/modules/home/components/widget/lib/cards/api-usage-widget.component.scss
  2. 388
      ui-ngx/src/assets/dashboard/api_usage.json

11
ui-ngx/src/app/modules/home/components/widget/lib/cards/api-usage-widget.component.scss

@ -81,6 +81,12 @@ $warning-color: #FAA405;
.mat-divider { .mat-divider {
--mat-divider-color: #{$tb-primary-color}; --mat-divider-color: #{$tb-primary-color};
} }
.api-item-content {
.api-item-title {
font-weight: 500;
color: $tb-primary-color;
}
}
} }
.api-item-content { .api-item-content {
@ -94,8 +100,9 @@ $warning-color: #FAA405;
display: flex; display: flex;
flex: 1; flex: 1;
font-size: 14px; font-size: 14px;
font-weight: 500; line-height: 20px;
color: $tb-primary-color; font-weight: 400;
color: rgba(0, 0, 0, 0.54);
} }
.api-item-statistic { .api-item-statistic {
display: flex; display: flex;

388
ui-ngx/src/assets/dashboard/api_usage.json

File diff suppressed because it is too large
Loading…
Cancel
Save