Still converting to bootstrap 5

This commit is contained in:
emeric
2022-04-14 21:15:11 +02:00
parent 7bc830f9c9
commit aeb542fb2d
2 changed files with 19 additions and 10 deletions
+10 -3
View File
@@ -1,3 +1,13 @@
/* Generic rules */
.Lms-bg-light-hover:hover {
background-color: var(--bs-light);
}
.Lms-mw-fit-content {
max-width: fit-content;
}
/* Specific rules */
body {
padding-bottom: 78px;
}
@@ -6,6 +16,3 @@ body {
height: 70px;
}
.Lms-mw-fit-content {
max-width: fit-content;
}