feat: create event for live class
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user