left panel

This commit is contained in:
Jan Prochazka
2021-02-20 11:53:00 +01:00
parent 63ac08cc27
commit 40ed020c0a
8 changed files with 155 additions and 3 deletions

View File

@@ -1,4 +1,16 @@
html, body {
body {
font-family: -apple-system, BlinkMacSystemFont, Segoe WPC, Segoe UI, HelveticaNeue-Light, Ubuntu, Droid Sans,
sans-serif;
font-size: 14px;
/* font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
*/
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* html, body {
position: relative;
width: 100%;
height: 100%;
@@ -60,4 +72,4 @@ button:not(:disabled):active {
button:focus {
border-color: #666;
}
} */