Show usermanagement indicator in app grid

This commit is contained in:
Johannes Zellner
2021-04-20 20:43:37 +02:00
parent 8b0fbd8e77
commit 84bc28b371
3 changed files with 16 additions and 0 deletions
+8
View File
@@ -343,6 +343,7 @@ textarea {
}
.grid-item-top {
position: relative;
padding: 10px 15px;
height: 100%;
@@ -352,6 +353,13 @@ textarea {
font-size: 24px;
font-family: $font-family-heading;
}
.usermanagement-indicator {
position: absolute;
bottom: 10px;
color: #03a9f49e;
right: 10px;
}
}
}
}