Implement popover component and beginnings of color picker (#128)

This commit is contained in:
Keavon Chambers
2021-05-17 12:07:54 -07:00
parent b7b329c85a
commit a439b27d2b
5 changed files with 330 additions and 44 deletions
+8 -2
View File
@@ -8,12 +8,18 @@ body,
#app {
margin: 0;
height: 100%;
background: #222;
user-select: none;
}
body,
input,
textarea,
button {
font-family: "Source Sans Pro", Arial, sans-serif;
font-size: 14px;
line-height: 1;
color: #ddd;
background: #222;
user-select: none;
}
</style>