qmining-data-editor/src/components/questionView.module.css
2021-01-10 15:41:11 +01:00

21 lines
308 B
CSS

.searchBar {
margin: 10px;
padding: 10px;
color: white;
background-color: #212127;
border: none;
flex-grow: 1;
}
.searchContainer {
width: 100%;
display: flex;
}
.clearButton {
width: 80px;
background-color: var(--background-color);
color: white;
cursor: pointer;
border: none;
}