¨4.0.1¨
This commit is contained in:
48
resources/sass/install/base/_reset.scss
Normal file
48
resources/sass/install/base/_reset.scss
Normal 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;
|
||||
}
|
||||
29
resources/sass/install/base/_typography.scss
Normal file
29
resources/sass/install/base/_typography.scss
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user