Files
lms/docroot/css/lms.css
T

29 lines
345 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;
}
.fixed-bottom.Lms-player {
z-index: 999;
}