2018-01-30 14:52:25 +00:00
|
|
|
#searchButton button {
|
|
|
|
margin-top: 0.6em;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
#searchButton i {
|
|
|
|
font-size: 180%;
|
|
|
|
}
|
|
|
|
#searchButton {
|
|
|
|
display: flex;
|
|
|
|
justify-content: flex-end;
|
|
|
|
}
|
2018-01-30 15:15:38 +00:00
|
|
|
|
|
|
|
#searchButton #overlayContent {
|
|
|
|
height: 26em;
|
|
|
|
}
|