mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
47 lines
746 B
CSS
47 lines
746 B
CSS
/**
|
|
* The following styles are our overwrites for defaults from React-dates (./reactDates.css)
|
|
*/
|
|
|
|
/* These are likely to change completely wireframe MVP */
|
|
.DateInput__display-text--focused {
|
|
background: transparent;
|
|
border-color: transparent;
|
|
border-radius: 0;
|
|
color: #000;
|
|
}
|
|
|
|
.SingleDatePicker {
|
|
width: 100%;
|
|
height: 50px;
|
|
}
|
|
|
|
.DateInput {
|
|
width: 100%;
|
|
height: 50px;
|
|
padding-left: 18px;
|
|
padding-right: 18px;
|
|
}
|
|
|
|
.SingleDatePickerInput {
|
|
height: 100%;
|
|
border: 1px solid #979797;
|
|
}
|
|
|
|
.DateInput__input {
|
|
display: block;
|
|
padding: 0;
|
|
}
|
|
|
|
.DateInput__display-text {
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
|
|
/* Font */
|
|
font-size: 16px;
|
|
letter-spacing: -0.4px;
|
|
color: #4A4A4A;
|
|
}
|
|
|
|
.inline {
|
|
display: inline-block;
|
|
}
|