8 lines
140 B
CSS
8 lines
140 B
CSS
|
.datepicker {
|
||
|
height: 50px;
|
||
|
background-color: white;
|
||
|
border: solid 0.5px #d8d8d8;
|
||
|
|
||
|
width: 100%;
|
||
|
text-indent: 10px;
|
||
|
}
|