¨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

@@ -3,7 +3,6 @@ html {
}
body {
direction: ltr;
font-family: $primary-font;
font-size: 15px;
font-weight: 400;
@@ -11,20 +10,46 @@ body {
min-width: 320px;
color: $color-black;
overflow-x: hidden;
&.ltr {
direction: ltr;
}
&.rtl {
direction: rtl;
}
}
h1, h2, h3, h4, h5, h6 {
h1,
h2,
h3,
h4,
h5,
h6 {
color: $color-black;
}
h1, h2, h3, h4, h5, h6,
ul, ol, li, address, p {
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
address,
p {
margin: 0;
padding: 0;
}
div, a, button {
&:active, &:focus, &:visited {
div,
a,
button {
&:active,
&:focus,
&:visited {
outline: 0;
}
}
@@ -37,7 +62,8 @@ a {
}
}
b, strong {
b,
strong {
font-weight: 500;
}