less/roojs-bootstrap/phone-input.less
[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     .flag {
10         width: 30px;
11         height: inherit;
12     }
13 }
14
15 .tel-input {
16     padding-left: 55px;
17 }