| 1 |
#hostinger-tools-vue-app { |
| 2 |
@import "./base/z-index.scss"; |
| 3 |
@import "./base/animations.scss"; |
| 4 |
@import "./base/tooltip.scss"; |
| 5 |
@import "./base/utilities.scss"; |
| 6 |
@import "./base/typography.scss"; |
| 7 |
@import "bootstrap-scss/bootstrap-utilities"; |
| 8 |
@import "./base/colors.scss"; |
| 9 |
|
| 10 |
* { |
| 11 |
box-sizing: border-box; |
| 12 |
} |
| 13 |
|
| 14 |
body { |
| 15 |
font-size: 14px; |
| 16 |
font-family: "DM Sans", "Roboto", sans-serif !important; |
| 17 |
font-weight: 400; |
| 18 |
-ms-text-size-adjust: 100%; |
| 19 |
-webkit-font-smoothing: antialiased; |
| 20 |
-moz-osx-font-smoothing: grayscale; |
| 21 |
background-color: var(--main-bg-color); |
| 22 |
color: var(--dark); |
| 23 |
} |
| 24 |
} |
| 25 |
|
| 26 |
|