Server IP : 192.158.238.246 / Your IP : 3.142.43.53 Web Server : LiteSpeed System : Linux uniform.iwebfusion.net 4.18.0-553.27.1.lve.1.el8.x86_64 #1 SMP Wed Nov 20 15:58:00 UTC 2024 x86_64 User : jenniferflocom ( 1321) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/7779/task/7779/cwd/plugins/give/src/Views/Components/PeriodSelector/ |
Upload File : |
/* stylelint-disable */ .periodSelector { display: inline-flex; align-items: center; min-width: 330px; } .datepicker { border: 1px solid #ddd; border-bottom-width: 3px; background: #fff; height: 32px; border-radius: 3px; padding-left: 22px; :global .CalendarDay__selected_span { background: rgb(145, 200, 150); //background color: #fff; //text border: 1px solid #66bb6a; } :global .CalendarDay__selected { background: #66bb6a; color: #fff; border: 1px double #47814a; } :global .CalendarDay__hovered_span, /* stylelint-disable-line selector-class-pattern */ :global .CalendarDay__hovered_span:hover { background: rgb(145, 200, 150); //background color: #fff; //text border: 1px solid #66bb6a; } :global .DayPickerNavigation_button__horizontalDefault { top: 12px; } :global .DateRangePickerInput { border: none; background: none; height: 26px; } :global .DateRangePicker_picker { border-radius: 3px; top: 48px !important; } :global .DateInput_fang { top: 38px !important; } :global .DateInput { background: none; } :global .DayPicker_weekHeader { top: 52px; } /* stylelint-enable */ input[type='text'] { height: 34px; min-height: 34px; border: none; background: none; border-radius: 3px; overflow: hidden; font-size: 14px; &:focus { box-shadow: none; border: none; } } } .icon { height: 32px; width: 32px; position: absolute; pointer-events: none; display: flex; align-items: center; justify-content: center; }