|
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; |
|
} |
|
|
|
html, body, #root { |
|
height: 100%; |
|
} |
|
|
|
.p-component, .pi { |
|
font-size: 0.8rem; |
|
} |
|
|
|
.p-icon { |
|
width: 0.8rem; |
|
height: 0.8rem; |
|
} |
|
|
|
.p-datatable-wrapper { |
|
scrollbar-color: #f0f0f0 rgba(0, 0, 0, 0); |
|
border-radius: 0 0 10px 10px; |
|
} |
|
|
|
#model-table { |
|
border: 3px solid #5151ff; |
|
border-radius: 10px; |
|
} |
|
|
|
#model-table .p-datatable-header { |
|
border-top-width: 0px; |
|
border-radius: 5px 5px 0 0; |
|
background: linear-gradient(to bottom, #5151ff, #0000cd); |
|
color: white; |
|
} |
|
|
|
#language-table { |
|
border: 3px solid #00aa00; |
|
border-radius: 10px; |
|
} |
|
|
|
#language-table .p-datatable-header { |
|
border-top-width: 0px; |
|
border-radius: 5px 5px 0 0; |
|
background: linear-gradient(to bottom, #17b417, #008000); |
|
color: white; |
|
} |
|
|
|
#dataset-table { |
|
border: 3px solid #ffaa00; |
|
border-radius: 10px; |
|
} |
|
|
|
#dataset-table .p-datatable-header { |
|
border-top-width: 0px; |
|
border-radius: 5px 5px 0 0; |
|
background: linear-gradient(to bottom, #ffaa00, #ff8000); |
|
color: white; |
|
} |
|
|
|
#figure { |
|
width: 100%; |
|
min-width: 600px; |
|
height: 600px; |
|
border: 1px solid #bdbdbd; |
|
border-radius: 10px; |
|
padding: 10px; |
|
} |
|
|
|
.p-autocomplete-input { |
|
width: max(100%, 40vw); |
|
margin-top: 2vh; |
|
border-radius: 0px; |
|
border: 1px solid rgba(0, 0, 0, 0.7); |
|
box-shadow: 3px 3px 1px 0px rgba(0, 0, 0, 0.2);; |
|
} |
|
|
|
.p-carousel-indicators button.p-link { |
|
border-radius: 5px; |
|
width: 10px; |
|
height: 10px; |
|
background-color: #000000; |
|
} |