12 lines
228 B
SCSS
12 lines
228 B
SCSS
.ant-pro-page-container {
|
|
.ant-page-header-heading-title {
|
|
line-height: 51px !important;
|
|
font-size: 16px !important;
|
|
font-weight: 700;
|
|
padding-left: 20px;
|
|
}
|
|
.ant-pro-grid-content {
|
|
padding: 20px;
|
|
}
|
|
}
|