Files
qmining-page/src/components/dbSelector.module.css
T
2021-03-05 17:07:37 +01:00

24 lines
276 B
CSS

.container {
display: flex;
flex-flow: column;
padding: 5px;
}
.listItem {
display: flex;
justify-content: center;
padding: 5px;
cursor: pointer;
color: white;
}
.listItem:hover {
background-color: var(--hoover-color);
}
.text {
text-align: center;
}