File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 99 .flag {
1010 width : 16px ;
1111 height : 11px ;
12- background : url(" ./flags.png" ) ;
12+ background-image : url(" ./flags.png" ) ;
1313 }
1414 .ad {
1515 background-position : -16px 0 ;
Original file line number Diff line number Diff line change 99 .flag {
1010 width : 25px ;
1111 height : 20px ;
12- background : url(" ./high-res.png" ) ;
12+ background-image : url(" ./high-res.png" ) ;
1313 background-repeat : no-repeat ;
1414 }
1515 .ad { background-position : -48px -24px ; }
Original file line number Diff line number Diff line change @@ -71,11 +71,13 @@ class Demo extends React.Component {
7171 < div >
7272 < PhoneInput
7373 country = 'no'
74+ enableTerritories
7475 />
7576 < PhoneInput
7677 style = { { marginTop : '20px' } }
7778 country = 'ua'
7879 enableSearch
80+ enableTerritories
7981 /> </ div > }
8082 </ div >
8183
You can’t perform that action at this time.
0 commit comments