25 lines
300 B
CSS
25 lines
300 B
CSS
/* Generic rules */
|
|
.Lms-bg-dark-hover:hover {
|
|
background-color: var(--bs-dark);
|
|
}
|
|
|
|
.Lms-mw-fit-content {
|
|
max-width: fit-content;
|
|
}
|
|
|
|
/* Specific rules */
|
|
body {
|
|
padding-bottom: 78px;
|
|
}
|
|
|
|
.Lms-notification-container {
|
|
position: fixed;
|
|
bottom: 78px;
|
|
right: 0px;
|
|
}
|
|
|
|
.Lms-player {
|
|
height: 70px;
|
|
}
|
|
|