Add Lotusdocs theme

This commit is contained in:
Abner Coimbre
2026-01-11 16:46:05 -08:00
parent d051d46d1f
commit 8a4d04db58
577 changed files with 40404 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
body {
font-family: $font-family-secondary;
overflow-x: hidden !important;
font-size: $font-size-base;
color: $body-color;
background-color: $body-bg;
}
@media (max-width: 1199px) {
html {
scroll-padding-top: 80px;
}
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: $font-family-base;
line-height: 1.4;
font-weight: 600;
}
::selection {
background: rgba($primary, 0.9);
color: $white;
}
a {
text-decoration: none !important;
transition: all 0.5s ease;
}
p {
line-height: 1.6;
}
.four-oh-four {
min-height: calc(100vh - 180px);
@media (max-width: 767px) {
min-height: calc(100vh - 241px);
}
}