mirror of
https://github.com/sasjs/server.git
synced 2025-12-10 19:34:34 +00:00
28 lines
574 B
CSS
28 lines
574 B
CSS
body {
|
|
margin: 0;
|
|
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;
|
|
}
|
|
|
|
code {
|
|
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
|
|
monospace;
|
|
}
|
|
|
|
.main {
|
|
margin-top: 50px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
.permissions-page {
|
|
display: flex;
|
|
flex-direction: column;
|
|
padding: '5px 10px';
|
|
margin-top: '10px';
|
|
}
|