Added db selector, modal

This commit is contained in:
mrfry
2021-01-10 15:01:44 +01:00
parent 0876761a0f
commit 3343a2a3af
10 changed files with 250 additions and 32 deletions
+23
View File
@@ -0,0 +1,23 @@
.container {
display: flex;
flex-flow: column;
padding: 5px;
}
.listItem {
display: flex;
justify-content: center;
padding: 5px;
cursor: pointer;
color: white;
}
.listItem:hover {
background-color: #666;
}
.text {
text-align: center;
}