| 123456789101112131415161718192021222324252627 |
- *,
- *::before,
- *::after {
- box-sizing: border-box;
- }
- html,
- body {
- height: 100%;
- height: 100%;
- padding: 0;
- margin: 0;
- }
- body {
- background-color: #F7F9FA;
- -webkit-font-smoothing: antialiased;
- text-size-adjust: 100%;
- font-family: sans-serif, Roboto, sans-serif-medium, Arial;
- font-feature-settings: normal;
- color: $main-text-color;
- font-size: 14px;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
|