|
@@ -57,6 +57,9 @@ body {
|
|
|
border-bottom: none !important;
|
|
|
margin-bottom: 10px;
|
|
|
}
|
|
|
+ .ant-select-dropdown .ant-select-item {
|
|
|
+ font-size: 26px;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
// Remove list styles on ul, ol
|
|
@@ -235,3 +238,13 @@ input[type='reset'] {
|
|
|
.ant-table-tbody > tr:nth-child(even) {
|
|
|
background: rgba(145, 192, 238, 0.16);
|
|
|
}
|
|
|
+
|
|
|
+.ant-picker {
|
|
|
+ font-size: 26px;
|
|
|
+ .ant-picker-input > input {
|
|
|
+ font-size: 24px;
|
|
|
+ }
|
|
|
+ .ant-picker-separator {
|
|
|
+ font-size: 24px;
|
|
|
+ }
|
|
|
+}
|