Updated App.css to include new styles for picker components and adjusted button width for outlined variant.
This commit is contained in:
parent
3d17a08a71
commit
7f11168b25
@ -28,7 +28,12 @@
|
|||||||
.ant-select,
|
.ant-select,
|
||||||
.ant-progress,
|
.ant-progress,
|
||||||
.ant-collapse,
|
.ant-collapse,
|
||||||
|
.ant-picker-dropdown,
|
||||||
.ant-radio-group,
|
.ant-radio-group,
|
||||||
|
.g2-tooltip-title,
|
||||||
|
.g2-tooltip-list-item,
|
||||||
|
.ant-picker-input,
|
||||||
|
.ant-picker-header-view button,
|
||||||
[class*=' ant-radio'] {
|
[class*=' ant-radio'] {
|
||||||
font-family: 'DM Sans';
|
font-family: 'DM Sans';
|
||||||
}
|
}
|
||||||
@ -391,3 +396,7 @@ body {
|
|||||||
.object-info-descriptions table {
|
.object-info-descriptions table {
|
||||||
table-layout: fixed !important;
|
table-layout: fixed !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ant-btn-variant-outlined.ant-btn.ant-btn-icon-only {
|
||||||
|
min-width: 32px;
|
||||||
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user