(css) Improve display of attendees status icon

This commit is contained in:
Francis Lachapelle
2016-08-31 11:19:36 -04:00
parent 8486448843
commit 015f389f7c
2 changed files with 11 additions and 2 deletions
@@ -55,6 +55,15 @@ md-chips {
}
}
// Adjust space around secondary element in contact chip.
// Used for attendees participation status icon (UIxAppointmentViewTemplate.wox)
.md-contact-chips.sg-with-secondary .md-chips md-chip {
padding-right: 0;
.sg-secondary {
margin-right: $baseline-grid;
}
}
// Enlarge the default autocompletion menu
.sg-chips-autocomplete,
.sg-chips-autocomplete input {