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

31 lines
463 B
CSS
Raw Normal View History

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