37 lines
730 B
CSS
37 lines
730 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;
|
|
}
|
|
|
|
|
|
.ant-card .ant-card-actions > li:not(:last-child) {
|
|
border-right-width: 0;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.Editor {
|
|
width: 800px;
|
|
height: 600px;
|
|
border: 1px solid #ccc;
|
|
}
|
|
|
|
.MuiButton-contained:hover {
|
|
background-color: rgb(118, 126, 168) !important;
|
|
}
|
|
|
|
.Mui-focused .MuiOutlinedInput-notchedOutline {
|
|
/*color: #aab5f1*/
|
|
}
|