source: sources/client/src/index.css@ 3a58bd6

Last change on this file since 3a58bd6 was 3a58bd6, checked in by Viktor <39170279+Tasevski2@…>, 3 years ago

Added Frontend

  • Property mode set to 100644
File size: 500 bytes
Line 
1*,
2*::before,
3*::after {
4 box-sizing: border-box;
5}
6html,
7body,
8#root {
9 height: 100%;
10}
11body {
12 margin: 0;
13 font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
14 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
15 sans-serif;
16 -webkit-font-smoothing: antialiased;
17 -moz-osx-font-smoothing: grayscale;
18 height: 100%;
19}
20
21code {
22 font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
23 monospace;
24}
25
26#root {
27 height: 100%;
28}
Note: See TracBrowser for help on using the repository browser.