feat: create event for live class

This commit is contained in:
Jannat Patel
2023-03-06 19:45:54 +05:30
parent dfef5ca26c
commit b9c2222951
8 changed files with 144 additions and 41 deletions

View File

@@ -1984,3 +1984,19 @@ select {
.resize-none {
resize: none;
}
.lms-page-style {
background-color: var(--fg-color);
font-size: var(--text-base);
}
.lms-card {
display: flex;
flex-direction: column;
border-width: 1px;
border-radius: 0.75rem;
border: 1px solid var(--gray-200);
padding: 1rem;
height: 100%;
position: relative;
}