refract make reusable components

This commit is contained in:
cv
2021-04-10 22:21:01 +02:00
parent e51f3e6cd5
commit 54d19d729b
15 changed files with 311 additions and 160 deletions
@@ -0,0 +1,21 @@
.time {
background-color: #fff8;
border: 1px solid #0001;
border-radius: 4px;
width: 5em;
height: fit-content;
}
.delayedEditable {
background-color: #ecc94b22;
}
.delayValue {
font-size: 14px;
line-height: 2em;
color: #555;
background-color: #ffeaa066;
border-radius: 4px;
text-align: center;
border: 1px solid #0001;
}