Ignore:
Timestamp:
02/14/22 01:41:41 (2 years ago)
Author:
Tasevski2 <39170279+Tasevski2@…>
Branches:
master
Children:
747e0ab
Parents:
e8b1076
Message:

Push before video

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sources/client/src/index.css

    re8b1076 rbc20307  
    22*::before,
    33*::after {
    4   box-sizing: border-box;
     4    box-sizing: border-box;
    55}
    66html,
    77body,
    88#root {
    9   height: 100%;
     9    height: 100%;
    1010}
    1111body {
    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%;
     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;
    1924}
    2025
    2126code {
    22   font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    23     monospace;
     27    font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
     28        monospace;
    2429}
    2530
    2631#root {
    27   height: 100%;
     32    height: 100%;
    2833}
Note: See TracChangeset for help on using the changeset viewer.