Skip to content

Commit

Permalink
style: adjust antd styles for Statistic and Page components
Browse files Browse the repository at this point in the history
  • Loading branch information
Caleb Kang committed Jul 30, 2020
1 parent 628484e commit 2abd563
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions webui/react/src/styles/antd.scss
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ html {
font-size: var(--theme-sizes-font-jumbo);
font-weight: normal;
}
.ant-page-header-content {
padding: var(--theme-sizes-layout-medium) 0;
}

/* Select */

Expand Down Expand Up @@ -123,6 +126,15 @@ html {
display: inline-flex;
}

/* Statistic */

.ant-statistic-title {
font-size: var(--theme-sizes-font-small);
}
.ant-statistic-content {
font-size: var(--theme-sizes-font-big);
}

/* Table */

.ant-table {
Expand Down

0 comments on commit 2abd563

Please sign in to comment.