CC aplicado

This commit is contained in:
2025-09-25 13:03:23 -06:00
parent ad9b4d5999
commit 5e71e889f1
33 changed files with 241 additions and 154 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+3 -1
View File
@@ -8,6 +8,7 @@ $outline-color: #ffa300 !default;
html {
box-sizing: border-box;
height: 100%;
overflow: hidden;
}
*,
*::before,
@@ -25,6 +26,7 @@ body {
font-family: 'Arial', sans-serif;
line-height: 1.3;
font-size: 18px;
overflow: hidden;
> header,
> footer {
@@ -428,7 +430,7 @@ $transition-time: 0.3s !default;
}
#coursenav-main-content {
height: 100%;
height: calc(100% - 85px);
overflow-x: hidden;
}
.stepper {
+3 -1
View File
@@ -1,6 +1,7 @@
html {
box-sizing: border-box;
height: 100%;
overflow: hidden;
}
*,
@@ -18,6 +19,7 @@ body {
font-family: "Arial", sans-serif;
line-height: 1.3;
font-size: 18px;
overflow: hidden;
}
body > header,
body > footer {
@@ -411,7 +413,7 @@ body > main {
}
#coursenav-main-content {
height: 100%;
height: calc(100% - 85px);
overflow-x: hidden;
}