4242
4343 .react-datepicker__time ,
4444 .react-datepicker__time-box {
45- border-bottom-left-radius : 0.3 em ;
46- border-bottom-right-radius : 0.3 em ;
45+ border-bottom-left-radius : 0.375 em ;
46+ border-bottom-right-radius : 0.375 em ;
4747 }
4848}
4949
@@ -266,7 +266,7 @@ h2.react-datepicker__current-month {
266266
267267 .react-datepicker__year-text {
268268 display : inline-block ;
269- width : 4 em ;
269+ width : 5 em ;
270270 margin : 2px ;
271271 }
272272}
@@ -278,7 +278,7 @@ h2.react-datepicker__current-month {
278278 .react-datepicker__month-text ,
279279 .react-datepicker__quarter-text {
280280 display : inline-block ;
281- width : 4 em ;
281+ width : 5 em ;
282282 margin : 2px ;
283283 }
284284}
@@ -331,7 +331,7 @@ h2.react-datepicker__current-month {
331331 & --with-today-button {
332332 display : inline ;
333333 border : 1px solid #aeaeae ;
334- border-radius : 0.3 em ;
334+ border-radius : 0.375 em ;
335335 position : absolute ;
336336 right : -87px ;
337337 top : 0 ;
@@ -340,14 +340,14 @@ h2.react-datepicker__current-month {
340340 .react-datepicker__time {
341341 position : relative ;
342342 background : white ;
343- border-bottom-right-radius : 0.3 em ;
343+ border-bottom-right-radius : 0.375 em ;
344344
345345 .react-datepicker__time-box {
346346 width : 85px ;
347347 overflow-x : hidden ;
348348 margin : 0 auto ;
349349 text-align : center ;
350- border-bottom-right-radius : 0.3 em ;
350+ border-bottom-right-radius : 0.375 em ;
351351
352352 ul .react-datepicker__time-list {
353353 list-style : none ;
@@ -596,7 +596,7 @@ h2.react-datepicker__current-month {
596596
597597 .react-datepicker__calendar-icon {
598598 position : absolute ;
599- padding : 0.5 em ;
599+ padding : 0.625 em ;
600600 box-sizing : content-box ;
601601 }
602602}
@@ -769,16 +769,16 @@ h2.react-datepicker__current-month {
769769 .react-datepicker__day-name ,
770770 .react-datepicker__day ,
771771 .react-datepicker__time-name {
772- width : 3 em ;
773- line-height : 3 em ;
772+ width : 3.75 em ;
773+ line-height : 3.75 em ;
774774 }
775775
776776 @media (max-width : 400px ), (max-height : 550px ) {
777777 .react-datepicker__day-name ,
778778 .react-datepicker__day ,
779779 .react-datepicker__time-name {
780- width : 2 em ;
781- line-height : 2 em ;
780+ width : 2.5 em ;
781+ line-height : 2.5 em ;
782782 }
783783 }
784784
@@ -789,10 +789,10 @@ h2.react-datepicker__current-month {
789789}
790790
791791.react-datepicker__children-container {
792- width : 13.8 em ;
793- margin : 0.4 em ;
794- padding-right : 0.2 em ;
795- padding-left : 0.2 em ;
792+ width : 17.25 em ;
793+ margin : 0.5 em ;
794+ padding-right : 0.25 em ;
795+ padding-left : 0.25 em ;
796796 height : auto ;
797797}
798798
@@ -813,7 +813,3 @@ h2.react-datepicker__current-month {
813813 height : 1em ;
814814 vertical-align : -0.125em ;
815815}
816-
817- .react-datepicker-popper-offset {
818- margin-top : -0.7em ;
819- }
0 commit comments