Files
lms/docroot/css/lms.css
T

25 lines
295 B
CSS

/* Generic rules */
.Lms-bg-dark-hover:hover {
background-color: var(--bs-dark);
}
/* Specific rules */
body {
padding-bottom: 78px;
}
.Lms-notification-container {
position: fixed;
bottom: 78px;
right: 0px;
}
.Lms-player {
height: 70px;
}
.fixed-bottom.Lms-player {
z-index: 999;
}