fix: ui and bug fix (#1043)
* style: calendar border added * fix: calendar issue ellipsis position fix * fix: help section overflow fix * fix: module card date overflow fix * style: page detail padding and position fix * fix: cycle and module sidebar fix
This commit is contained in:
parent
37bb183bf0
commit
dbbd9add99
10 changed files with 20 additions and 19 deletions
|
|
@ -23,8 +23,8 @@
|
|||
|
||||
.react-datepicker {
|
||||
font-family: "Inter" !important;
|
||||
border: none !important;
|
||||
background-color: rgba(var(--color-bg-base)) !important;
|
||||
border: 1px solid rgba(var(--color-border)) !important;
|
||||
}
|
||||
|
||||
.react-datepicker__month-container {
|
||||
|
|
@ -116,3 +116,7 @@
|
|||
background-color: #216ba5 !important;
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
.react-datepicker__day--in-range {
|
||||
color: white !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue