Files
hpos-web/src/App.css
2023-07-05 07:12:43 +05:30

71 lines
1.1 KiB
CSS

body {
/* background-color: #282c34;
color: aliceblue; */
}
.App {
text-align: center;
}
.App-logo {
height: 40vmin;
pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
.App-logo {
animation: App-logo-spin infinite 20s linear;
}
}
.App-header {
background-color: #282c34;
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: calc(10px + 2vmin);
color: white;
}
.App-link {
color: #61dafb;
}
@keyframes App-logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
/* remove scroll bar */
::-webkit-scrollbar {
display: none;
}
.title {
font-weight: 900;
}
.card {
/* height: 300px;
width: 400px; */
border: 1px solid;
padding: 10px;
/* box-shadow: 5px 10px 8px 10px #888888; */
/* justify-content: center;
display: flex;
align-items: center; */
}
div.chart{ font-family:sans-serif; font-size:0.7em;
}
div.bar {
background-color:DarkRed; color:white;
height:3em; line-height:3em; padding-right:1em; margin-bottom:2px; text-align:right;
}