feat: Use Badge.Ribbon to distinguish the teams to which the knowledge base belongs #2846 (#2891)

### What problem does this PR solve?

feat: Use Badge.Ribbon to distinguish the teams to which the knowledge
base belongs #2846

### Type of change

- [ ] Bug Fix (non-breaking change which fixes an issue)
- [x] New Feature (non-breaking change which adds functionality)
- [ ] Documentation Update
- [ ] Refactoring
- [ ] Performance Improvement
- [ ] Other (please describe):
This commit is contained in:
balibabu
2024-10-18 12:50:06 +08:00
committed by GitHub
parent ceecac69e9
commit 8fdfa0f669
4 changed files with 66 additions and 46 deletions

View File

@ -76,3 +76,11 @@
vertical-align: middle;
}
}
.hideRibbon {
display: none !important;
}
.ribbon {
top: 4px;
}