Files
hpos-web/src/components/Samples.css

27 lines
413 B
CSS
Raw Normal View History

2023-09-29 00:20:23 +05:30
.samples-card {
width: 35vw;
height: 10vh;
background-color: white;
margin: 10px;
padding: 10px;
border-style: solid;
border-color: rgb(219, 219, 219);
border-radius: 6px;
border-width: max(1px, 0.0625rem);
}
.samples-heading {
margin: 30px;
}
.sample-time {
font-size: small;
}
.sample-time-ago {
font-size: x-small;
}
.no-samples-message {
margin: 35px;
}