¨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

@@ -5,13 +5,21 @@ html {
}
body {
font-family: 'Open Sans', sans-serif;
font-family: "Inter", sans-serif;
font-size: 15px;
min-width: 350px;
margin: 0;
}
h1, h2, h3, h4, h5, h6, ul, li, p {
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p {
margin: 0;
padding: 0;
color: #444444;
@@ -53,7 +61,7 @@ p {
}
label {
font-weight: 600;
font-weight: 500;
font-size: 16px;
}
@@ -67,7 +75,8 @@ table {
background-color: transparent;
}
td, th {
td,
th {
padding: 0;
}
@@ -76,7 +85,8 @@ td, th {
-moz-box-sizing: border-box;
box-sizing: border-box;
&:before, &:after {
&:before,
&:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;