Commit a33f9f2b authored by Brian Wangora's avatar Brian Wangora

Basic Search button made wider

parent 0a5f7672
......@@ -133,7 +133,7 @@
margin: auto;
}
.search-element {
height: 40px;
height: 50px;
flex: 1;
border: 1px solid #ced4da;
}
......@@ -143,11 +143,12 @@
select.search-element {
max-width: 180px;
min-width: 150px;
border-radius: 15px 0 0 15px;
border-radius: 20px 0 0 20px;
}
.search-btn {
max-width: 60px;
border-radius: 0 15px 15px 0;
max-width: 90px;
min-width: 70px;
border-radius: 0 20px 20px 0;
background-color: #28a745;
color: white;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment