¨4.0.1¨

This commit is contained in:
¨NW¨
2023-12-03 14:07:47 +00:00
parent c08b36d1b6
commit f35052522d
1112 changed files with 43019 additions and 24987 deletions

View File

@@ -0,0 +1,48 @@
html,
body {
height: 100%;
}
body {
direction: ltr;
font-family: $font-inter;
font-weight: $font-regular;
font-size: 14px;
font-style: normal;
min-width: 320px;
color: $color-gray-600;
background: $color-slate-200 url(../../images/installer-bg.png) no-repeat
center center;
background-size: cover;
overflow-x: hidden;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6,
label,
b {
font-weight: $font-medium;
color: $color-gray-800;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
margin: 0;
padding: 0;
}
.simplebar-scrollbar::before {
background: $color-slate-300;
}

View File

@@ -0,0 +1,29 @@
h1 {
font-size: 2.25rem;
line-height: 2.5rem;
}
h2 {
font-size: 1.875rem;
line-height: 2.25rem;
}
h3 {
font-size: 1.5rem;
line-height: 2rem;
}
h4 {
font-size: 1.25rem;
line-height: 1.75rem;
}
h5 {
font-size: 1.125rem;
line-height: 1.75rem;
}
h6 {
font-size: 1rem;
line-height: 1.5rem;
}