Still converting to bootstrap 5
This commit is contained in:
+10
-3
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user