.model-metrics { &__table { margin-top: 10px; padding: 20px @content-padding 0; background: white; border-radius: 10px; :global { .ant-table-container { border: none !important; } .ant-table-thead { .ant-table-cell { background-color: rgb(247, 247, 247); border-color: @border-color-base !important; } } .ant-table-tbody { .ant-table-cell { border-right: none !important; border-left: none !important; } } } } &__chart { display: flex; flex-wrap: wrap; gap: 15px; align-items: center; width: 100%; margin-top: 10px; } }