31 lines
463 B
CSS
31 lines
463 B
CSS
.samples-card {
|
|
width: 35vw;
|
|
height: 15vh;
|
|
background-color: white;
|
|
margin: 1rem;
|
|
padding: 1rem;
|
|
border-style: solid;
|
|
border-color: rgb(219, 219, 219);
|
|
border-radius: 6px;
|
|
border-width: max(1px, 0.0625rem);
|
|
}
|
|
|
|
.samples-heading {
|
|
margin: 30px;
|
|
}
|
|
|
|
.sample-classification {
|
|
font-size: small;
|
|
}
|
|
|
|
.sample-time {
|
|
font-size: small;
|
|
}
|
|
|
|
.sample-time-ago {
|
|
font-size: x-small;
|
|
}
|
|
|
|
.no-samples-message {
|
|
margin: 35px;
|
|
} |