Improve ACLs handling of inactive users (cont'd)

This commit is contained in:
Francis Lachapelle
2017-01-27 12:22:22 -05:00
parent 872afaec32
commit ac127a375f
7 changed files with 57 additions and 22 deletions
@@ -68,6 +68,10 @@ md-icon {
right: ($icon-size - $icon-badge-size) / 2;
top: ($icon-size - $icon-badge-size) / 2;
}
&.sg-icon--badge-bottom {
bottom: ($icon-size - $icon-badge-size) / 2;
top: auto;
}
&.md-rotate-45 {
transform: rotate(45deg);
}
@@ -156,6 +160,10 @@ md-icon {
}
}
.sg-icon-badge-container {
position: relative;
}
// Message flag
//.sg-msg-flag {
// md-icon {