styles enhancements
This commit is contained in:
@@ -34,6 +34,11 @@
|
||||
--font-weight-medium: 500;
|
||||
--font-weight-bold: 700;
|
||||
--font-weight-black: 900;
|
||||
|
||||
--tw-shadow:
|
||||
0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
|
||||
--tw-ring-offset-shadow: 0 0 rgba(0, 0, 0, 0);
|
||||
--tw-ring-shadow: 0 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
/* Dark theme variables */
|
||||
@@ -378,3 +383,18 @@ label {
|
||||
background-image: none !important;
|
||||
transition: background-color 5000s ease-in-out 0s !important;
|
||||
}
|
||||
|
||||
/* Style for the select component and its dropdown */
|
||||
:where(.ant-select .ant-select-selection-item) {
|
||||
font-size: 12px !important;
|
||||
font-weight: 700 !important;
|
||||
text-align: center;
|
||||
}
|
||||
.menu-select-container :where(.ant-select .ant-select-arrow) {
|
||||
font-weight: 600 !important;
|
||||
color: black;
|
||||
}
|
||||
.menu-select-container :where(.ant-select-dropdown .ant-select-item) {
|
||||
font-size: 12px !important;
|
||||
font-weight: 600 !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user