mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-17 22:24:54 +00:00
Improve ACLs handling of inactive users (cont'd)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user