add samples page
This commit is contained in:
27
src/components/Samples.css
Normal file
27
src/components/Samples.css
Normal file
@@ -0,0 +1,27 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user