f14d143873f2c346f8391fbe2e37b7392d5d4fd9
[roojs1] / less / roojs-bootstrap / phone-input.less
1 .flag-container {
2     position: absolute;
3     height: 100%;
4     width: 50px;
5     padding: 5px;
6     display: flex;
7     flex-direction: row;
8     justify-content: space-between;
9     z-index: 4; //>input::focus
10     .caret {
11         margin-top: 10px;
12     }
13     .flag {
14         width: 30px;
15         height: inherit;
16     }
17 }
18
19 .tel-input {
20     padding-left: 55px;
21 }