source: sources/client/src/index.css@ bc20307

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

Push before video

  • Property mode set to 100644
File size: 567 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',
14 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans',
15 'Helvetica Neue', sans-serif;
16 -webkit-font-smoothing: antialiased;
17 -moz-osx-font-smoothing: grayscale;
18 height: 100%;
19}
20
21td,
22input {
23 overflow: hidden;
24}
25
26code {
27 font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
28 monospace;
29}
30
31#root {
32 height: 100%;
33}
Note: See TracBrowser for help on using the repository browser.