diff --git a/public/index.html b/public/index.html index cba08040..a824b333 100644 --- a/public/index.html +++ b/public/index.html @@ -51,7 +51,6 @@ -
diff --git a/public/static/reactDatesCustomized.css b/public/static/reactDatesCustomized.css deleted file mode 100644 index 9b9157b7..00000000 --- a/public/static/reactDatesCustomized.css +++ /dev/null @@ -1,47 +0,0 @@ -/** - * 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; -}