mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
Remove MVP react-dates customization file
This commit is contained in:
parent
ee7131a832
commit
af5f32aa8c
2 changed files with 0 additions and 48 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue