Skip to content

Commit 6152129

Browse files
committed
css demo update
1 parent 571bb73 commit 6152129

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

src/style/common/flags.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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;

src/style/common/high-res-flags.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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; }

test/dev:css/demo.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)