1 /** 2 * Styles errors and links in the AddPeopleDialog. 3 */ 4 .modal-dialog-form { 5 .add-people-form-wrap { 6 margin-top: 8px; 7 8 .error { 9 padding-left: 5px; 10 11 a { 12 padding-left: 5px; 13 } 14 } 15 16 .add-telephone-icon { 17 display: flex; 18 height: 28px; 19 transform: scaleX(-1); 20 width: 28px; 21 22 i { 23 line-height: 28px; 24 margin: auto; 25 } 26 } 27 28 .footer-text-wrap { 29 display: flex; 30 } 31 32 .footer-telephone-icon { 33 display: flex; 34 transform: scaleX(-1); 35 padding-left: 10px; 36 37 i { 38 line-height: 20px; 39 margin: auto; 40 } 41 } 42 } 43 }