4242
4343 .react-datepicker__time ,
4444 .react-datepicker__time-box {
45- border-bottom-left-radius : 0.3 rem ;
46- border-bottom-right-radius : 0.3 rem ;
45+ border-bottom-left-radius : 0.3 em ;
46+ border-bottom-right-radius : 0.3 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 rem ;
269+ width : 4 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 rem ;
281+ width : 4 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 rem ;
334+ border-radius : 0.3 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 rem ;
343+ border-bottom-right-radius : 0.3 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 rem ;
350+ border-bottom-right-radius : 0.3 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 rem ;
599+ padding : 0.5 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 rem ;
773- line-height : 3 rem ;
772+ width : 3 em ;
773+ line-height : 3 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 rem ;
781- line-height : 2 rem ;
780+ width : 2 em ;
781+ line-height : 2 em ;
782782 }
783783 }
784784
@@ -789,10 +789,10 @@ h2.react-datepicker__current-month {
789789}
790790
791791.react-datepicker__children-container {
792- width : 13.8 rem ;
793- margin : 0.4 rem ;
794- padding-right : 0.2 rem ;
795- padding-left : 0.2 rem ;
792+ width : 13.8 em ;
793+ margin : 0.4 em ;
794+ padding-right : 0.2 em ;
795+ padding-left : 0.2 em ;
796796 height : auto ;
797797}
798798
@@ -815,5 +815,5 @@ h2.react-datepicker__current-month {
815815}
816816
817817.react-datepicker-popper-offset {
818- margin-top : -0.7 rem ;
818+ margin-top : -0.7 em ;
819819}
0 commit comments