Remove MVP react-dates customization file

This commit is contained in:
Kimmo Puputti 2017-06-22 14:29:47 +03:00
parent ee7131a832
commit af5f32aa8c
2 changed files with 0 additions and 48 deletions

View file

@ -51,7 +51,6 @@
</style>
<link rel="stylesheet" href="%PUBLIC_URL%/static/reactDates.css" />
<link rel="stylesheet" href="%PUBLIC_URL%/static/reactDatesCustomized.css" />
</head>
<body>
<div id="root"><!--!body--></div>

View file

@ -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;
}