jiti-meet/css/modals/invite/_add-people.scss

51 lines
920 B
SCSS
Raw Normal View History

2017-06-14 18:41:22 +00:00
/**
* Styles errors and links in the AddPeopleDialog.
*/
.modal-dialog-form {
.add-people-form-wrap {
margin-top: 8px;
2017-06-14 18:41:22 +00:00
.error {
padding-left: 5px;
a {
padding-left: 5px;
}
}
.add-telephone-icon {
display: flex;
height: 28px;
transform: scaleX(-1);
width: 28px;
i {
line-height: 28px;
margin: auto;
}
}
.footer-text-wrap {
display: flex;
}
.footer-telephone-icon {
display: flex;
transform: scaleX(-1);
padding-left: 10px;
i {
line-height: 20px;
margin: auto;
}
}
}
2017-06-14 18:41:22 +00:00
}
/**
* Styles errors in the MultiSelectAutocomplete.
*/
.autocomplete-error {
min-width: 260px;
}