All questions / Subject browser page improve #4

This commit is contained in:
MrFry 2020-03-23 15:38:28 +01:00
parent 38c6f67963
commit 55e3788b29
6 changed files with 69 additions and 14 deletions

View file

@ -0,0 +1,23 @@
.searchBar {
margin: 10px;
color: white;
background-color: #212127;
border: none;
font-size: 18px;
flex-grow: 1;
}
.searchContainer {
width: 100%;
display: flex;
}
.clearButton {
width: 80px;
background-color: var(--background-color);
color: white;
font-size: 23px;
cursor: pointer;
border: none;
}